# HG changeset patch # User Mike Miller # Date 1491513234 25200 # Node ID 0a5b6097f4e4cedf1c55195ad285516212860177 # Parent 09a1acb81d8bdd3413cd797096c90dbc5fc1de4b Configure bitbucket CI * bitbucket-pipelines.yml: Configure bitbucket CI. diff -r 09a1acb81d8b -r 0a5b6097f4e4 bitbucket-pipelines.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bitbucket-pipelines.yml Thu Apr 06 14:13:54 2017 -0700 @@ -0,0 +1,11 @@ +image: mtmiller/octave-snapshot + +pipelines: + default: + - step: + script: + - apt-get update && apt-get install -y libboost-python-dev python-numpy + - autoreconf -i + - ./configure PYTHON_VERSION=2 + - make + - make check