summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-12 17:19:51 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-12 17:19:51 -0400
commite21e414248bb66e9f57cb1318708792e3fb33255 (patch)
treee002294565d0a70c9c8a107eff49c020e2e103ce /.travis.yml
parent5725e86a93a1558491b98ad8394fb83a0f19b14e (diff)
If someone wants to fix the cmake, go ahead.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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
14script: 12script:
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
18notifications: 17notifications:
19 email: false 18 email: false