Skip to content

Commit

Permalink
Updated travis CI config for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightwalker-87 committed Mar 17, 2021
1 parent 9956bde commit 24a87fa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
### macOS ###
- os: osx
env: BADGE=osx
osx_image: xcode11.3
name: macOS 10.14.6
compiler: gcc
addons:
homebrew:
Expand All @@ -138,6 +140,30 @@ jobs:
- gtk+3
- os: osx
env: BADGE=osx
osx_image: xcode12.2
name: macOS 10.15.7
compiler: gcc
addons:
homebrew:
packages:
- gcc
- libusb
- gtk+3
- os: osx
env: BADGE=osx
osx_image: xcode11.3
name: macOS 10.14.6
compiler: clang
addons:
homebrew:
packages:
- clang
- libusb
- gtk+3
- os: osx
env: BADGE=osx
osx_image: xcode12.2
name: macOS 10.15.7
compiler: clang
addons:
homebrew:
Expand Down

0 comments on commit 24a87fa

Please sign in to comment.