mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Remove OSX; let Github CI build those instead
This commit is contained in:
parent
fd3b63d4a5
commit
1ad9280ca4
1 changed files with 1 additions and 8 deletions
|
@ -32,18 +32,11 @@ matrix:
|
|||
- gmake
|
||||
- libtommath
|
||||
- concurrencykit
|
||||
- os: osx
|
||||
image: xcode11.2
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- libtommath
|
||||
- concurrencykit
|
||||
notifications:
|
||||
email: false
|
||||
before_install:
|
||||
- |
|
||||
if [[ "$(uname)" != "FreeBSD" && "$(uname)" != "Darwin" ]]; then
|
||||
if [ "$(uname)" != "FreeBSD" ]; then
|
||||
sudo ln -s /usr/bin/make /usr/bin/gmake
|
||||
fi
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue