bitbucket-pipelines.yml created online with Bitbucket
[ode.git] / bitbucket-pipelines.yml
blobb471d7e73af50a06e033bb0e37c9897396be7049
1 # This is a sample build configuration for C++.
2 # Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
3 # Only use spaces to indent your .yml configuration.
4 # -----
5 # You can specify a custom docker image from Docker Hub as your build environment.
6 image: gcc:6.1
8 pipelines:
9   default:
10     - step:
11         script: # Modify the commands below to build your repository.
12           - ./bootstrap
13           - ./configure --enable-double-precision --enable-ou --enable-libccd
14           - make
15           - make test