OS X build needs pay

This commit is contained in:
zonyitoo
2020-02-05 20:07:44 +08:00
parent 2816cfafd3
commit 02d7d37eb6

View File

@@ -27,26 +27,6 @@ jobs:
path: ./build/release
destination: releases
build-osx:
macos:
xcode: 11.3.1
environment:
SODIUM_USE_PKG_CONFIG: "1"
steps:
- checkout
- run: brew install libsodium
- restore_cache:
key: cargo-cache-{{ arch }}
- run: ./build-host-release
- save_cache:
paths:
- /usr/local/cargo/registry
- ./target
key: cargo-cache-{{ arch }}
- store_artifacts:
path: ./build/release
destination: releases
build-windows:
executor: win/default
@@ -75,5 +55,4 @@ workflows:
build-releases:
jobs:
- build-linux
- build-osx
- build-windows