annotate bitbucket-pipelines.yml @ 5:668235413f63 1.0.0

Update before 1.0
author David Demelier <markand@malikania.fr>
date Tue, 25 Oct 2016 20:46:34 +0200
parents 1298d5b5e6ca
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1298d5b5e6ca bitbucket-pipelines.yml edited online with Bitbucket
David Demelier <markand@malikania.fr>
parents: 1
diff changeset
1 image: ubuntu:16.10
1
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 pipelines:
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 default:
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 - step:
3
1298d5b5e6ca bitbucket-pipelines.yml edited online with Bitbucket
David Demelier <markand@malikania.fr>
parents: 1
diff changeset
6 script:
1
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 - apt-get -y update
3
1298d5b5e6ca bitbucket-pipelines.yml edited online with Bitbucket
David Demelier <markand@malikania.fr>
parents: 1
diff changeset
8 - apt-get -y install cmake g++
1298d5b5e6ca bitbucket-pipelines.yml edited online with Bitbucket
David Demelier <markand@malikania.fr>
parents: 1
diff changeset
9 - cmake . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic"
1
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
10 - make
923af51dcad5 bitbucket-pipelines.yml created online with Bitbucket
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 - make test