]> the.earth.li Git - onak.git/commitdiff
Move Travis to do CMake configure + build
authorJonathan McDowell <noodles@earth.li>
Mon, 15 Apr 2019 18:48:58 +0000 (19:48 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 15 Apr 2019 18:48:58 +0000 (19:48 +0100)
Once more, with feeling, for the move from autoconf to cmake.

.travis.yml

index 5a07e15593947a256f6fbef22f1fdf3164af0fa5..297a19cdcdb42dc3cf0f3bf5a4d00737609870f9 100644 (file)
@@ -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