Codebase list ocaml-dssi / 6c5c0d09-a1ed-49fe-8628-33d36406d5c5/main .travis.yml
6c5c0d09-a1ed-49fe-8628-33d36406d5c5/main

Tree @6c5c0d09-a1ed-49fe-8628-33d36406d5c5/main (Download .tar.gz)

.travis.yml @6c5c0d09-a1ed-49fe-8628-33d36406d5c5/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