diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 78ed6349..a0d3833a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -6,14 +6,13 @@ before_script: | |||
6 | - git clone git://github.com/jedisct1/libsodium.git | 6 | - git clone git://github.com/jedisct1/libsodium.git |
7 | - cd libsodium | 7 | - cd libsodium |
8 | - ./autogen.sh | 8 | - ./autogen.sh |
9 | - ./configure && make check | 9 | - ./configure && make -j 3 check |
10 | - sudo make install | ||
11 | - sudo ldconfig | ||
12 | - cd .. | 10 | - cd .. |
13 | 11 | ||
14 | script: | 12 | script: |
15 | - cmake CMakeLists.txt | 13 | #- cmake CMakeLists.txt |
16 | - make -j3 | 14 | #- make -j3 |
15 | - gcc -o test -Wall -Werror -Ilibsodium/src/libsodium/include/ core/*.c libsodium/src/libsodium/.libs/libsodium.a testing/Messenger_test.c | ||
17 | 16 | ||
18 | notifications: | 17 | notifications: |
19 | email: false | 18 | email: false |