]> git.saurik.com Git - apt.git/commitdiff
Add shippable.yml for CI on Shippable
authorJulian Andres Klode <jak@debian.org>
Mon, 29 Aug 2016 13:46:10 +0000 (15:46 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 29 Aug 2016 13:48:59 +0000 (15:48 +0200)
This uses the current Ubuntu 16.04 for testing, but it only runs
one run, presumably as root.

shippable.yml [new file with mode: 0644]

diff --git a/shippable.yml b/shippable.yml
new file mode 100644 (file)
index 0000000..24b2545
--- /dev/null
@@ -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