Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 5c32f9f

Browse files
committed
Build on osx as well as linux
1 parent 8d9cb13 commit 5c32f9f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ compiler:
55
- clang
66
- gcc
77
- i686-w64-mingw32-gcc
8+
os:
9+
- linux
10+
- osx
811

912
before_install:
1013
- if [[ "$CC" == "i686-w64-mingw32-gcc" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg --add-architecture i386 ; fi
@@ -18,11 +21,3 @@ before_install:
1821

1922
# Can't get Wine to work on OSX, so skip runnning tests on that combo (only do a build)
2023
script: if [[ "$CC" == "i686-w64-mingw32-gcc" ]] && [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make CC=${CC} cli; else make CC=${CC} ; fi
21-
22-
notifications:
23-
webhooks:
24-
urls:
25-
- https://webhooks.gitter.im/e/5373e574ed4e88026838
26-
on_success: change
27-
on_failure: always
28-
on_start: never

0 commit comments

Comments
 (0)