aboutsummaryrefslogblamecommitdiffstats
path: root/circle.yml
blob: 73b087eb72592b01c02ce04a45f620fd07a09d01 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                     





                    
                         









                                                                         
general:
  artifacts:
    - "test/pkgs.log"

dependencies:
  cache_directories:
    - "~/.kerl"
    - "~/erlang"

  pre:
    - 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
    - CI_OTP=OTP-18.0.2 make -f core/core.mk -f plugins/ci.mk ci-prepare:
        timeout: 3600

test:
  override:
    - source $HOME/erlang/OTP-18.0.2/activate && make check:
        timeout: 7200