Codebase list ocaml-dssi / scrub-obsolete/main .travis.yml
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.travis.yml @scrub-obsolete/mainraw · history · blame

language: c
sudo: true
addons:
  apt:
    packages:
    - ocaml-nox
    - ocaml-findlib
    - dssi-dev

before_install:
  - git clone https://github.com/savonet/ocaml-ladspa
  - cd ocaml-ladspa && git submodule init && git submodule update && ./bootstrap && ./configure && make && sudo make install

script:
  - ./bootstrap
  - ./configure
  - make
  - make -C examples