Browse Source

Experiment with CircleCI

Loïc Hoguin 10 years ago
parent
commit
d64aba49d7
1 changed files with 10 additions and 0 deletions
  1. 10 0
      circle.yml

+ 10 - 0
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