0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Remove circle.yml

This commit is contained in:
Loïc Hoguin 2016-10-01 13:19:44 +02:00
parent e296f13d24
commit 25c124f494
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -1,23 +0,0 @@
general:
artifacts:
- "logs"
dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
pre:
- sudo pip install autobahntestsuite
- sudo apt-get update
- 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
test:
override:
- source $HOME/erlang/OTP-18.2.2/activate && make dialyze
- make -k ci:
timeout: 3600