Changed: Autotools build scripts, when configured for libccd use, will now assign...
[ode.git] / bitbucket-pipelines.yml
blob3ba1cde4bc4026b5def23a2cc1ec9a3529688087
1 image: atlassian/default-image:2
3 pipelines:
4   default:
5     - step:
6         script:
7           - apt-get update
8           - apt-get -y install autoconf automake libtool
9           - ./bootstrap
10           - ./configure --enable-double-precision --enable-ou --enable-libccd
11           - make