projects
/
platform
/
upstream
/
libusb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67b2f4b
)
travis: test xcode project
author
Nathan Hjelm
<hjelmn@me.com>
Thu, 25 Feb 2016 20:23:19 +0000
(13:23 -0700)
committer
Nathan 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
patch
|
blob
|
history
libusb/version_nano.h
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
4b00433
..
db6b82e
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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
diff --git
a/libusb/version_nano.h
b/libusb/version_nano.h
index
2f26383
..
a5120d9
100644
(file)
--- a/
libusb/version_nano.h
+++ b/
libusb/version_nano.h
@@
-1
+1
@@
-#define LIBUSB_NANO 1106
5
+#define LIBUSB_NANO 1106
6