aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: 1f4ed9a2d9c7c3c18b66d7830358630f51485077 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
dependencies:
  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

test:
  override:
    - make ci:
        timeout: 3600