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
9a6a66fe
Commit
9a6a66fe
authored
Dec 17, 2017
by
Davis King
Browse files
Split appveyor build scripts into parts so they don't error out from being too big.
parent
a1ee6c42
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
dlib/appveyor/dtest.yml
dlib/appveyor/dtest.yml
+1
-1
dlib/appveyor/examples.yml
dlib/appveyor/examples.yml
+13
-0
No files found.
appveyor.yml
→
dlib/
appveyor
/dtest
.yml
View file @
9a6a66fe
...
...
@@ -7,7 +7,7 @@ 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%
-
cmake --build . --config %CONFIGURATION%
--target dtest
test_script
:
# run test
...
...
dlib/appveyor/examples.yml
0 → 100644
View file @
9a6a66fe
version
:
"
{build}"
configuration
:
Release
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 --build . --config %CONFIGURATION%
test_script
:
# run test
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