0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/circle.yml
Loïc Hoguin 70e49fd619 Don't ignore failure when doing 'make ci'
The best way to use 'make ci' is 'make -k ci', then it
will complete its run even if a version fails, and still
exit with an error code.
2015-07-21 21:07:04 +02:00

16 lines
342 B
YAML

dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
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
- make ci-prepare:
timeout: 3600
test:
override:
- make -k ci:
timeout: 3600