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
|
- gmake
|
||||||
- libtommath
|
- libtommath
|
||||||
- concurrencykit
|
- concurrencykit
|
||||||
- os: osx
|
|
||||||
image: xcode11.2
|
|
||||||
addons:
|
|
||||||
homebrew:
|
|
||||||
packages:
|
|
||||||
- libtommath
|
|
||||||
- concurrencykit
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [[ "$(uname)" != "FreeBSD" && "$(uname)" != "Darwin" ]]; then
|
if [ "$(uname)" != "FreeBSD" ]; then
|
||||||
sudo ln -s /usr/bin/make /usr/bin/gmake
|
sudo ln -s /usr/bin/make /usr/bin/gmake
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue