diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 10 |
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 |