.appveyor.yml: first configuration
[vamp-aubio-plugins.git] / .travis.yml
index 4252d2a..4e45b24 100644 (file)
@@ -1,4 +1,4 @@
-language: python
+language: cpp 
 
 matrix:
   include:
@@ -8,12 +8,10 @@ matrix:
     - os: linux
       compiler: gcc
       env: ARCH=i386
-    - language: C
-      os: osx
+    - os: osx
       compiler: clang
       env: ARCH=x86_64
-    - language: C
-      os: osx
+    - os: osx
       compiler: clang
       env: ARCH=i386
 
@@ -28,11 +26,11 @@ addons:
 
 script:
   - ./scripts/get_waf.sh
-  - ./scripts/get_aubio.h
+  - ./scripts/get_aubio.sh
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/get_deps_linux.sh; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./scripts/get_deps_osx.sh; fi
   - python waf configure
-  - python waf build
+  - python waf build -v
 
 notifications:
     irc: