view bitbucket-pipelines.yml @ 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
children b3e63c620448
line wrap: on
line source

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