changeset 393:0a5b6097f4e4

Configure bitbucket CI * bitbucket-pipelines.yml: Configure bitbucket CI.
author Mike Miller <mtmiller@octave.org>
date Thu, 06 Apr 2017 14:13:54 -0700
parents 09a1acb81d8b
children b3e63c620448
files bitbucket-pipelines.yml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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