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
1bfc31de
".github/vscode:/vscode.git/clone" did not exist on "b8d5036e3328ebfd16dcc94c60beb46496ba8112"
Commit
1bfc31de
authored
Nov 12, 2017
by
Davis King
Browse files
Reduce parallelism in build to avoid travis running out of RAM.
parent
6acebf5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+1
-1
No files found.
dlib/travis/build-and-test.sh
View file @
1bfc31de
...
...
@@ -12,7 +12,7 @@ if [ "$VARIANT" = "test" ]; then
fi
if
[
"
$VARIANT
"
=
"examples"
]
;
then
../cmake/bin/cmake ../examples
-DCMAKE_BUILD_TYPE
=
Release
../cmake/bin/cmake
--build
.
--
-j
2
../cmake/bin/cmake
--build
.
--
-j
1
fi
if
[
"
$VARIANT
"
=
"python-api"
]
;
then
...
...
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