aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-21 12:00:07 +0200
committerLoïc Hoguin <[email protected]>2015-07-21 12:01:38 +0200
commitd64aba49d75dc86b05d8f340dd5436e633a9122a (patch)
tree1f7c157f01edcdde92f92af8e42336142a2b8f43 /circle.yml
parent341f991d58fde702f68fa9d0076ad6dc2f942917 (diff)
downloadcowboy-d64aba49d75dc86b05d8f340dd5436e633a9122a.tar.gz
cowboy-d64aba49d75dc86b05d8f340dd5436e633a9122a.tar.bz2
cowboy-d64aba49d75dc86b05d8f340dd5436e633a9122a.zip
Experiment with CircleCI
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
new file mode 100644
index 0000000..1f4ed9a
--- /dev/null
+++ b/circle.yml
@@ -0,0 +1,10 @@
+dependencies:
+ pre:
+ - sudo apt-get install autoconf2.59
+ - cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
+ - cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
+
+test:
+ override:
+ - make ci:
+ timeout: 3600