Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
5fdb7aaa
Commit
5fdb7aaa
authored
7 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More appveyor tests
parent
339a3d6b
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
dtest.yml
dlib/appveyor/dtest.yml
+4
-0
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:
-
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% --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
test_script
:
...
...
This diff is collapsed.
Click to expand it.
dlib/appveyor/dtest_vc2017.yml
View file @
5fdb7aaa
...
...
@@ -9,6 +9,10 @@ build_script:
-
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 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
test_script
:
...
...
This diff is collapsed.
Click to expand it.
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