Pārlūkot izejas kodu

Add shippable.yml for CI on Shippable

This uses the current Ubuntu 16.04 for testing, but it only runs
one run, presumably as root.
Julian Andres Klode 10 gadi atpakaļ
vecāks
revīzija
bb315d0513
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15 0
      shippable.yml

+ 15 - 0
shippable.yml

@@ -0,0 +1,15 @@
+language: none
+
+build:
+  pre_ci_boot:
+    image_name: ubuntu
+    image_tag: xenial
+    pull: true
+  ci:
+    - apt-get install -qq build-essential
+    - ./prepare-release travis-ci
+    - mkdir build
+    - ( cd build && cmake .. )
+    - make -C build -j 4
+    - CTEST_OUTPUT_ON_FAILURE=1 make -C build test
+    - ./test/integration/run-tests -q