Codebase list ocaml-dssi / d45ce9c1-1896-45b6-b53e-a57dbed7f44b/main .travis.yml
d45ce9c1-1896-45b6-b53e-a57dbed7f44b/main

Tree @d45ce9c1-1896-45b6-b53e-a57dbed7f44b/main (Download .tar.gz)

.travis.yml @d45ce9c1-1896-45b6-b53e-a57dbed7f44b/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