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 1267388416 Add CircleCI to the 1.0 branch
Let's hope it works on first try. LOTS of OTP versions to test!
2015-07-25 21:26:56 +02:00

22 lines
482 B
YAML

general:
artifacts:
- "logs"
dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
pre:
- sudo pip install autobahntestsuite
- 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: 18000
test:
override:
- source $HOME/erlang/OTP-18.0.2/activate && make dialyze
- make -k ci:
timeout: 3600