initial commit

This commit is contained in:
Colin Yates 2018-08-06 17:40:06 +01:00
commit 616d834838
10 changed files with 99 additions and 0 deletions

9
scripts/build.sh Executable file
View 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