Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
8515fd4e
Commit
8515fd4e
authored
Jan 29, 2018
by
Ivan Pozdeev
Browse files
Merge branch 'devel' into lift_branch_limitations
parents
aee1bd08
4bb2b58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+4
-0
tests/test_library_builders.sh
tests/test_library_builders.sh
+0
-4
No files found.
.travis.yml
View file @
8515fd4e
...
@@ -6,6 +6,10 @@ cache:
...
@@ -6,6 +6,10 @@ cache:
directories
:
directories
:
-
$HOME/.ccache
-
$HOME/.ccache
env
:
global
:
-
HOMEBREW_NO_AUTO_UPDATE=1
matrix
:
matrix
:
include
:
include
:
-
os
:
linux
-
os
:
linux
...
...
tests/test_library_builders.sh
View file @
8515fd4e
...
@@ -4,10 +4,6 @@ export BUILD_PREFIX="${PWD}/builds"
...
@@ -4,10 +4,6 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir
$BUILD_PREFIX
rm_mkdir
$BUILD_PREFIX
source
library_builders.sh
source
library_builders.sh
# set -e -x
if
[
-n
"
$IS_OSX
"
]
;
then
brew update
;
fi
start_spinner
start_spinner
suppress build_openssl
suppress build_openssl
...
...
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