diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 94324c9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -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 diff --git a/src/dune b/src/dune index f322cea..0f352e2 100644 --- a/src/dune +++ b/src/dune @@ -3,10 +3,7 @@ (public_name dssi) (synopsis "OCaml bindings for dssi") (libraries ladspa) - (enabled_if - (or - (= %{system} "linux") - (= %{system} "macosx"))) + (enabled_if (<> %{os_type} "Win32")) (foreign_stubs (language c) (names dssi_stubs)