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
ruanhaishen
hiredis
Commits
b7205d35
Commit
b7205d35
authored
Jun 20, 2016
by
not-a-robot
Committed by
GitHub
Jun 20, 2016
Browse files
Auto merge of #440 - redis:pr-438, r=badboy
Test on OSX Thanks to @tnm & @xor-gate
parents
847f3fe5
9deb7814
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b7205d35
...
@@ -4,6 +4,13 @@ compiler:
...
@@ -4,6 +4,13 @@ compiler:
-
gcc
-
gcc
-
clang
-
clang
os
:
-
linux
-
osx
before_script
:
-
if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi
addons
:
addons
:
apt
:
apt
:
packages
:
packages
:
...
@@ -21,4 +28,12 @@ env:
...
@@ -21,4 +28,12 @@ env:
-
TARGET="32bit" TARGET_VARS="32bit-vars" CFLAGS="-Werror"
-
TARGET="32bit" TARGET_VARS="32bit-vars" CFLAGS="-Werror"
-
TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
-
TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
matrix
:
exclude
:
-
os
:
osx
env
:
PRE="valgrind --track-origins=yes --leak-check=full"
-
os
:
osx
env
:
TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
script
:
make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example
script
:
make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example
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