summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 14:29:02 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-08 14:29:02 +0100
commit22e6e9829f8fbe515661c0648233a4c106f1420b (patch)
treec0664c62452c35a046936fbf107bf8c14bb6ba80 /.travis.yml
parentf8aa6d041639b6b374efd0789093bbdc10e5a8d4 (diff)
downloadrspamd-22e6e9829f8fbe515661c0648233a4c106f1420b.tar.gz
rspamd-22e6e9829f8fbe515661c0648233a4c106f1420b.zip
Update travis rules.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b70870eac..08c9d8783 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,14 @@
+language: c
+
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq debhelper dpkg-dev cmake libevent-dev libglib2.0-dev libgmime-2.6-dev liblua5.1-0-dev libpcre3-dev cdbs libssl-dev libjudy-dev
- - cmake .
-script: make
+script:
+ - mkdir _build
+ - cd _build
+ - cmake .. -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_C_COMPILER=$CC
+ - cmake --build . --target install
compiler:
- clang