mirror of
https://github.com/RPCS3/libusb.git
synced 2024-11-23 10:09:41 +00:00
travis: do not use parallel compilations
The goal is not to be fast but to get a clean log with not mixed messages between 2 compilations executed at the same time.
This commit is contained in:
parent
83ef455532
commit
3828c38c62
@ -46,6 +46,6 @@ before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake libtool ; true; fi
|
||||
|
||||
script:
|
||||
- ./autogen.sh && make clean && make -j4
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make clean && make -j4; fi
|
||||
- ./autogen.sh && make clean && make
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis-autogen.sh --disable-udev && make clean && make ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd Xcode && xcodebuild -project libusb.xcodeproj ; fi
|
||||
|
Loading…
Reference in New Issue
Block a user