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
23499b7d
Commit
23499b7d
authored
Jan 17, 2018
by
Davis King
Browse files
updated for clean travis
parent
4a746575
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+4
-4
No files found.
dlib/travis/build-and-test.sh
View file @
23499b7d
...
@@ -6,16 +6,16 @@ set -eux
...
@@ -6,16 +6,16 @@ set -eux
if
[
"
$VARIANT
"
=
"test"
]
;
then
if
[
"
$VARIANT
"
=
"test"
]
;
then
mkdir
build
mkdir
build
cd
build
cd
build
../cmake/bin/
cmake ../dlib/test
-DCMAKE_BUILD_TYPE
=
Release
cmake ../dlib/test
-DCMAKE_BUILD_TYPE
=
Release
../cmake/bin/
cmake
--build
.
--target
dtest
--
-j
2
cmake
--build
.
--target
dtest
--
-j
2
./dtest
--runall
./dtest
--runall
fi
fi
if
[
"
$VARIANT
"
=
"examples"
]
;
then
if
[
"
$VARIANT
"
=
"examples"
]
;
then
mkdir
build
mkdir
build
cd
build
cd
build
../cmake/bin/
cmake ../examples
-DCMAKE_BUILD_TYPE
=
Release
cmake ../examples
-DCMAKE_BUILD_TYPE
=
Release
../cmake/bin/
cmake
--build
.
--
-j
1
cmake
--build
.
--
-j
1
fi
fi
if
[
"
$VARIANT
"
=
"python-api"
]
;
then
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