Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OTRv4
libgoldilocks
Commits
39bfffcc
Unverified
Commit
39bfffcc
authored
Apr 02, 2018
by
Sofia Celi
⛸
Browse files
Remove valgrind from CI
parent
0711a161
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
39bfffcc
...
...
@@ -6,48 +6,25 @@ matrix:
-
os
:
linux
dist
:
trusty
compiler
:
clang
env
:
T=normal
-
os
:
linux
dist
:
trusty
compiler
:
gcc
env
:
T=normal
-
os
:
linux
dist
:
precise
compiler
:
clang
env
:
T=normal
-
os
:
linux
dist
:
precise
compiler
:
gcc
env
:
T=normal
-
os
:
linux
dist
:
trusty
compiler
:
gcc
env
:
T=valgrind-check
allow_failures
:
-
os
:
linux
dist
:
trusty
compiler
:
gcc
env
:
T=valgrind-check
sudo
:
required
before_install
:
-
sudo apt-get update --quiet --assume-yes
-
sudo apt-get install splint --quiet --assume-yes
-
if [[ "$T" = "valgrind-check" ]]; then sudo apt-get install valgrind --quiet --assume-yes; fi
before_script
:
./autogen.sh
script
:
-
|
if [ "$T" = "normal" ]; then
./autogen.sh
./configure --disable-shared
make
make test
fi
-
|
if [ "$T" = "valgrind-check" ]; then
./autogen.sh
./configure --disable-shared
make ci
fi
-
if [ "$T" = "normal" ]; then
-
./autogen.sh
-
./configure --disable-shared
-
make
-
make test
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