initial commit
This commit is contained in:
parent
5b1294d5ae
commit
616d834838
10 changed files with 99 additions and 0 deletions
9
scripts/build.sh
Executable file
9
scripts/build.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue