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
dc1eecc5
"docs/vscode:/vscode.git/clone" did not exist on "39106b7de2913d096e71440584590ad0eb59138d"
Commit
dc1eecc5
authored
Jan 28, 2018
by
Davis King
Browse files
Run unit tests in visual studio 2017
parent
ffaa322f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
dlib/appveyor/dtest_vc2017.yml
dlib/appveyor/dtest_vc2017.yml
+15
-0
No files found.
dlib/appveyor/dtest_vc2017.yml
0 → 100644
View file @
dc1eecc5
version
:
"
{build}"
configuration
:
Release
build_script
:
# build test
-
mkdir %APPVEYOR_BUILD_FOLDER%\build_test
-
cd %APPVEYOR_BUILD_FOLDER%\build_test
-
cmake -G "Visual Studio 15 2017 Win64" -T host=x64 ../dlib/test
-
cmake --build . --config %CONFIGURATION% --target dtest
test_script
:
# run test
-
cd %APPVEYOR_BUILD_FOLDER%\build_test\%CONFIGURATION%
-
dtest --runall
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