repo.or.cz
/
ode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed: Autotools build scripts, when configured for libccd use, will now assign...
[ode.git]
/
bitbucket-pipelines.yml
blob
3ba1cde4bc4026b5def23a2cc1ec9a3529688087
1
image: atlassian/default-image:2
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