Commit 5fdb7aaa authored by Davis King's avatar Davis King

More appveyor tests

parent 339a3d6b
...@@ -7,6 +7,10 @@ build_script: ...@@ -7,6 +7,10 @@ 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% --target dlib_all_source_cpp
- cmake --build . --config %CONFIGURATION% --target imglab
- cmake --build . --config %CONFIGURATION% --target htmlify
- cmake --build . --config %CONFIGURATION% --target gui
- cmake --build . --config %CONFIGURATION% --target dtest - cmake --build . --config %CONFIGURATION% --target dtest
test_script: test_script:
......
...@@ -9,6 +9,10 @@ build_script: ...@@ -9,6 +9,10 @@ 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 15 2017 Win64" -T host=x64 ../dlib/test - cmake -G "Visual Studio 15 2017 Win64" -T host=x64 ../dlib/test
- cmake --build . --config %CONFIGURATION% --target dlib_all_source_cpp
- cmake --build . --config %CONFIGURATION% --target imglab
- cmake --build . --config %CONFIGURATION% --target htmlify
- cmake --build . --config %CONFIGURATION% --target gui
- cmake --build . --config %CONFIGURATION% --target dtest - cmake --build . --config %CONFIGURATION% --target dtest
test_script: test_script:
......
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