mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-06 23:39:56 +01:00
Pin OS X builds to Xcode 7.3 for now
This commit is contained in:
@@ -15,13 +15,14 @@ compiler:
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
compiler: clang
|
||||
- os: osx
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
osx_image: xcode7.3
|
||||
compiler: clang
|
||||
|
||||
before_script:
|
||||
- export CFLAGS="-Wall -Wextra -Werror"
|
||||
|
||||
Reference in New Issue
Block a user