From: Julian Andres Klode Date: Mon, 29 Aug 2016 13:46:10 +0000 (+0200) Subject: Add shippable.yml for CI on Shippable X-Git-Tag: 1.3_rc3~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bb315d0513b93ef111ea69106d00188f0a4ec17a?ds=sidebyside;hp=30ea7a60404ee53393235827202968393951d106 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. --- diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 000000000..24b2545f7 --- /dev/null +++ b/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