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
83a4af46
Commit
83a4af46
authored
Dec 17, 2017
by
Davis King
Browse files
Check if appveyor's VS2017 is the newest version.
parent
692d382d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
dlib/appveyor/examples.yml
dlib/appveyor/examples.yml
+4
-1
No files found.
dlib/appveyor/examples.yml
View file @
83a4af46
...
...
@@ -2,11 +2,14 @@ version: "{build}"
configuration
:
Release
image
:
Visual Studio
2017
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 -G "Visual Studio 14 2015 Win64" -T host=x64 ../examples
-
cmake -G "Visual Studio 15 2017 Win64" -T host=x64 ../examples
-
cmake --build . --config %CONFIGURATION%
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