From bb05f4e0c4bb91c886bb3ee9965d22ce2a589bb1 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 29 Aug 2016 15:46:10 +0200 Subject: 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. (adapted from commit bb315d0513b93ef111ea69106d00188f0a4ec17a) --- shippable.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shippable.yml diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 000000000..944c406a9 --- /dev/null +++ b/shippable.yml @@ -0,0 +1,13 @@ +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 + - make + - make test + - ./test/integration/run-tests -q -- cgit v1.2.3