0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/circle.yml

24 lines
533 B
YAML
Raw Normal View History

general:
artifacts:
- "logs"
2015-07-21 12:00:07 +02:00
dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
2015-07-21 12:00:07 +02:00
pre:
- sudo pip install autobahntestsuite
- sudo apt-get update
2015-07-21 12:00:07 +02:00
- 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
- KERL_MAKEFLAGS="-j 32 -O" make ci-prepare:
timeout: 3600
2015-07-21 12:00:07 +02:00
test:
override:
2016-01-15 13:48:35 +01:00
- source $HOME/erlang/OTP-18.2.2/activate && make dialyze
- make -k ci:
2015-07-21 12:00:07 +02:00
timeout: 3600