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



            
             



                    



                                                              

                      


           
                 
                     
general:
  artifacts:
    - "logs"

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