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
77b051be
Commit
77b051be
authored
May 14, 2017
by
Davis King
Browse files
Don't use parallel builds since it makes appveyor run out of ram. Also
simplified script a little.
parent
a1c3b067
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
appveyor.yml
appveyor.yml
+2
-7
No files found.
appveyor.yml
View file @
77b051be
...
@@ -7,12 +7,7 @@ build_script:
...
@@ -7,12 +7,7 @@ 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" ../dlib/test
-
cmake -G "Visual Studio 14 2015 Win64" ../dlib/test
-
cmake --build . --config %CONFIGURATION% --target dtest -- /m /verbosity:minimal
-
cmake --build . --config %CONFIGURATION%
# build examples
-
mkdir %APPVEYOR_BUILD_FOLDER%\build_examples
-
cd %APPVEYOR_BUILD_FOLDER%\build_examples
-
cmake -G "Visual Studio 14 2015 Win64" ../examples
-
cmake --build . --config %CONFIGURATION% -- /m /verbosity:minimal
test_script
:
test_script
:
# run test
# 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