CI: Build on Linux

[skip appveyor]
This commit is contained in:
juvester
2017-02-25 10:49:16 +02:00
parent e7b08f1695
commit 66c8d3bc2b
3 changed files with 61 additions and 7 deletions

5
CI/before-script-linux.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -ex
mkdir build && cd build
cmake ..