First Commit
This commit is contained in:
11
externals/teakra/.travis/windows-build.sh
vendored
Normal file
11
externals/teakra/.travis/windows-build.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# export CTEST_OUTPUT_ON_FAILURE=1
|
||||
|
||||
mkdir build && cd build
|
||||
cmake .. -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release -DTEAKRA_TEST_ASSETS_DIR="$HOME/assets" -DTEAKRA_RUN_TESTS=OFF
|
||||
cmake --build . -- -maxcpucount
|
||||
# ctest -C Release
|
||||
Reference in New Issue
Block a user