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
ec72f92f
Commit
ec72f92f
authored
Mar 30, 2018
by
Davis King
Browse files
more travis debug
parent
3787be84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
.travis.yml
.travis.yml
+2
-2
dlib/travis/get-old-cmakes.sh
dlib/travis/get-old-cmakes.sh
+6
-1
No files found.
.travis.yml
View file @
ec72f92f
...
@@ -46,8 +46,8 @@ matrix:
...
@@ -46,8 +46,8 @@ matrix:
-
VARIANT=old-cmake
-
VARIANT=old-cmake
before_install
:
before_install
:
-
dlib/travis/get-old-cmakes.sh
-
dlib/travis/get-old-cmakes.sh
#
cache:
cache
:
#
- directories: cmake
-
directories
:
cmake
script
:
script
:
-
dlib/travis/build-and-test.sh
-
dlib/travis/build-and-test.sh
...
...
dlib/travis/get-old-cmakes.sh
View file @
ec72f92f
...
@@ -15,9 +15,14 @@ fi
...
@@ -15,9 +15,14 @@ fi
if
[[
!
-d
$OUTDIR
]]
;
then
if
[[
!
-d
$OUTDIR
]]
;
then
echo
"Downloading cmake..."
echo
"Downloading cmake..."
CMAKE_URL
=
"http://www.cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.tar.gz"
# Travis requires 64bit binaries but they aren't available for this version of cmake, so we build from source
CMAKE_URL
=
"https://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz"
mkdir
-p
$OUTDIR
/2.8
mkdir
-p
$OUTDIR
/2.8
wget
--no-check-certificate
-O
-
${
CMAKE_URL
}
|
tar
--strip-components
=
1
-xz
-C
$OUTDIR
/2.8
wget
--no-check-certificate
-O
-
${
CMAKE_URL
}
|
tar
--strip-components
=
1
-xz
-C
$OUTDIR
/2.8
cd
$OUTDIR
/2.8
./configure
make
-j2
cd
..
CMAKE_URL
=
"http://www.cmake.org/files/v3.1/cmake-3.1.2-Linux-x86_64.tar.gz"
CMAKE_URL
=
"http://www.cmake.org/files/v3.1/cmake-3.1.2-Linux-x86_64.tar.gz"
mkdir
-p
$OUTDIR
/3.1
mkdir
-p
$OUTDIR
/3.1
...
...
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