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
28418216
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e7f3a7378677a8a43cfaf0dd9665e5cfcd22aba5"
Commit
28418216
authored
Mar 30, 2018
by
Davis King
Browse files
more travis debug
parent
edfd510d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+4
-4
dlib/travis/get-old-cmakes.sh
dlib/travis/get-old-cmakes.sh
+0
-1
No files found.
dlib/travis/build-and-test.sh
View file @
28418216
...
@@ -37,16 +37,16 @@ if [ "$VARIANT" = "old-cmake" ]; then
...
@@ -37,16 +37,16 @@ if [ "$VARIANT" = "old-cmake" ]; then
cd
build
cd
build
CMAKEDIR
=
../cmake
CMAKEDIR
=
../cmake
$CMAKEDIR
/
3.5
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
2.8
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
3.5
/bin/cmake
--build
.
--
-j
2
$CMAKEDIR
/
2.8
/bin/cmake
--build
.
--
-j
2
rm
-rf
*
rm
-rf
*
$CMAKEDIR
/3.1/bin/cmake ../dlib/test/tools
$CMAKEDIR
/3.1/bin/cmake ../dlib/test/tools
$CMAKEDIR
/3.1/bin/cmake
--build
.
--
-j
2
$CMAKEDIR
/3.1/bin/cmake
--build
.
--
-j
2
rm
-rf
*
rm
-rf
*
$CMAKEDIR
/
2.8
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
3.5
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
2.8
/bin/cmake
--build
.
--
-j
2
$CMAKEDIR
/
3.5
/bin/cmake
--build
.
--
-j
2
fi
fi
if
[
"
$VARIANT
"
=
"examples"
]
;
then
if
[
"
$VARIANT
"
=
"examples"
]
;
then
...
...
dlib/travis/get-old-cmakes.sh
View file @
28418216
...
@@ -5,7 +5,6 @@ set -eux
...
@@ -5,7 +5,6 @@ set -eux
OUTDIR
=
cmake
OUTDIR
=
cmake
rm
-rf
$OUTDIR
echo
"Checking if cmake already downloaded"
echo
"Checking if cmake already downloaded"
if
[
!
-x
$OUTDIR
/2.8/bin/cmake
]
||
[
!
-x
$OUTDIR
/3.1/bin/cmake
]
||
[
!
-x
$OUTDIR
/3.5/bin/cmake
]
;
then
if
[
!
-x
$OUTDIR
/2.8/bin/cmake
]
||
[
!
-x
$OUTDIR
/3.1/bin/cmake
]
||
[
!
-x
$OUTDIR
/3.5/bin/cmake
]
;
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