mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #768 from KeenS/osx_ci
CI on OS X too. And cache .cargo
This commit is contained in:
commit
d3ddac751e
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@ rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
sudo: false
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
@ -11,3 +14,4 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
- rust: beta
|
- rust: beta
|
||||||
|
- os: osx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue