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
3787be84
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "f63e62e546f7378ba42235b89d98d17fc2b8323c"
Commit
3787be84
authored
Mar 30, 2018
by
Davis King
Browse files
more travis debug
parent
6108f60a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
dlib/travis/build-and-test.sh
dlib/travis/build-and-test.sh
+5
-7
dlib/travis/get-old-cmakes.sh
dlib/travis/get-old-cmakes.sh
+1
-1
No files found.
dlib/travis/build-and-test.sh
View file @
3787be84
...
...
@@ -35,20 +35,18 @@ fi
if
[
"
$VARIANT
"
=
"old-cmake"
]
;
then
mkdir
build
cd
build
CMAKEDIR
=
../wtf
ls
$CMAKEDIR
ls
-l
$CMAKEDIR
/2.8/bin/cmake
CMAKEDIR
=
../cmake
$CMAKEDIR
/
2.8
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
2.8
/bin/cmake
--build
.
--
-j
2
$CMAKEDIR
/
3.5
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
3.5
/bin/cmake
--build
.
--
-j
2
rm
-rf
*
$CMAKEDIR
/3.1/bin/cmake ../dlib/test/tools
$CMAKEDIR
/3.1/bin/cmake
--build
.
--
-j
2
rm
-rf
*
$CMAKEDIR
/
3.5
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
3.5
/bin/cmake
--build
.
--
-j
2
$CMAKEDIR
/
2.8
/bin/cmake ../dlib/test/tools
$CMAKEDIR
/
2.8
/bin/cmake
--build
.
--
-j
2
fi
if
[
"
$VARIANT
"
=
"examples"
]
;
then
...
...
dlib/travis/get-old-cmakes.sh
View file @
3787be84
...
...
@@ -3,7 +3,7 @@
# Exit if anything fails.
set
-eux
OUTDIR
=
wtf
OUTDIR
=
cmake
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
...
...
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