mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Split appveyor build scripts into parts so they don't error out from being too big.
This commit is contained in:
parent
a1ee6c429e
commit
9a6a66fec0
@ -7,7 +7,7 @@ build_script:
|
||||
- mkdir %APPVEYOR_BUILD_FOLDER%\build_test
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\build_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:
|
||||
# run test
|
13
dlib/appveyor/examples.yml
Normal file
13
dlib/appveyor/examples.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user