9 lines
162 B
Bash
Executable file
9 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
mkdir /workdir
|
|
mkdir -p dist
|
|
|
|
# download the various caches and dependencies
|
|
nimble install -d -y
|
|
|
|
/scripts/build-linux.sh
|
|
/scripts/build-windows.sh
|