Skip to content

Commit

Permalink
Initial Bitbucket Pipelines configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Aug 5, 2017
1 parent 8b0c2ec commit c82fe1f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is a sample build configuration for C++ – Make.
# Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: ilssim/cmake-boost-qt5

pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- mkdir build
- cd build
- cmake ..
- make
- make check

0 comments on commit c82fe1f

Please sign in to comment.