From: Jonathan McDowell Date: Mon, 15 Apr 2019 18:48:58 +0000 (+0100) Subject: Move Travis to do CMake configure + build X-Git-Tag: onak-0.6.0~56 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=5804040a89edac8446d71c5a3f369e5997b20806 Move Travis to do CMake configure + build Once more, with feeling, for the move from autoconf to cmake. --- diff --git a/.travis.yml b/.travis.yml index 5a07e15..297a19c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,8 @@ addons: - libcurl4-gnutls-dev - libsystemd-dev - nettle-dev +before_script: + - mkdir travis-build + - cd travis-build + - cmake .. +script: make && make test