Skip to content

Commit

Permalink
Add CircleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Mar 30, 2017
1 parent f981893 commit fe1cbc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions circle.yml
@@ -0,0 +1,10 @@
# https://circleci.com/docs/1.0/manually/

dependencies:
pre:
- sudo apt install -y ccache cmake cmake-data libboost-dev libdb-dev libreadline-dev libssl-dev libwww-perl time xsltproc zlib1g-dev


test:
override:
- env EXTRA_MAKE_ARGS=-j2 CC=gcc CXX=g++ ./infrastructure/travis-build.sh

0 comments on commit fe1cbc3

Please sign in to comment.