"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "cb39eae1c41b72b509cb085bd2aa715d3effa85d"
Commit 9a6a66fe authored by Davis King's avatar Davis King
Browse files

Split appveyor build scripts into parts so they don't error out from being too big.

parent a1ee6c42
...@@ -7,7 +7,7 @@ build_script: ...@@ -7,7 +7,7 @@ build_script:
- mkdir %APPVEYOR_BUILD_FOLDER%\build_test - mkdir %APPVEYOR_BUILD_FOLDER%\build_test
- cd %APPVEYOR_BUILD_FOLDER%\build_test - cd %APPVEYOR_BUILD_FOLDER%\build_test
- cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../dlib/test - cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../dlib/test
- cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION% --target dtest
test_script: test_script:
# run test # run test
......
version: "{build}"
configuration: Release
build_script:
# build test
- mkdir %APPVEYOR_BUILD_FOLDER%\build_examples
- cd %APPVEYOR_BUILD_FOLDER%\build_examples
- cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../examples
- cmake --build . --config %CONFIGURATION%
test_script:
# run test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment