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