Codebase list ocaml-dssi / 5f55184a-2540-4cc3-bb2a-d7b014bed583/main .travis.yml
5f55184a-2540-4cc3-bb2a-d7b014bed583/main

Tree @5f55184a-2540-4cc3-bb2a-d7b014bed583/main (Download .tar.gz)

.travis.yml @5f55184a-2540-4cc3-bb2a-d7b014bed583/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