Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5fdb7aaa
Commit
5fdb7aaa
authored
Jan 28, 2018
by
Davis King
Browse files
More appveyor tests
parent
339a3d6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
dlib/appveyor/dtest.yml
dlib/appveyor/dtest.yml
+4
-0
dlib/appveyor/dtest_vc2017.yml
dlib/appveyor/dtest_vc2017.yml
+4
-0
No files found.
dlib/appveyor/dtest.yml
View file @
5fdb7aaa
...
@@ -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
:
...
...
dlib/appveyor/dtest_vc2017.yml
View file @
5fdb7aaa
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment