mirror of https://github.com/nirenjan/libx52.git
Allow builds on OSX to fail without affecting the overall build
parent
1b6736c0f8
commit
254bf6baaa
|
@ -25,6 +25,8 @@ jobs:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
allow_failures:
|
||||||
|
- os: osx
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in New Issue