summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-17 15:46:59 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-17 15:46:59 -0700
commite02620c7bed8764421b9b4c258e594369615da39 (patch)
treef37ab9110d076e69b2c05c2b2a8a1659fb951b24 /.travis.yml
parent817ad50d9640b8ccce3636a00f732245ff09d38c (diff)
parentec38df6f91a51f7ef9b91384b2dc4817047421cd (diff)
Merge pull request #45 from nurupo/master
Improved build system
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a304a0a4..9f62c84c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
1language: c 1language: c
2compiler: 2compiler:
3 - gcc 3 - gcc
4 - clang
4 5
5before_script: 6before_script:
6 - git clone git://github.com/jedisct1/libsodium.git 7 - git clone git://github.com/jedisct1/libsodium.git
@@ -14,7 +15,9 @@ before_script:
14 15
15script: 16script:
16 - cmake CMakeLists.txt 17 - cmake CMakeLists.txt
17 - make -j3 18 - make DHT_bootstrap -j3
19 - make Messenger_test -j3
20 - make nTox -j3
18 21
19notifications: 22notifications:
20 email: false 23 email: false