travis: test xcode project
authorNathan Hjelm <hjelmn@me.com>
Thu, 25 Feb 2016 20:23:19 +0000 (13:23 -0700)
committerNathan Hjelm <hjelmn@me.com>
Thu, 25 Feb 2016 20:23:19 +0000 (13:23 -0700)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
.travis.yml
libusb/version_nano.h

index 4b00433..db6b82e 100644 (file)
@@ -15,3 +15,4 @@ before_install:
 script:
     - ./autogen.sh && make -j4
     - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./autogen.sh --disable-udev && make -j4; fi
+    - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd Xcode && xcodebuild -project libusb.xcodeproj ; fi
index 2f26383..a5120d9 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11065
+#define LIBUSB_NANO 11066