|
|
|
@ -7,8 +7,11 @@ jobs: |
|
|
|
- os: linux |
|
|
|
- os: linux |
|
|
|
rust: stable |
|
|
|
rust: stable |
|
|
|
env: TARGET=x86_64-unknown-linux-musl |
|
|
|
env: TARGET=x86_64-unknown-linux-musl |
|
|
|
|
|
|
|
- os: linux |
|
|
|
|
|
|
|
rust: stable |
|
|
|
|
|
|
|
env: TARGET=arm-unknown-linux-gnueabihf |
|
|
|
- os: osx |
|
|
|
- os: osx |
|
|
|
osx_image: xcode11.4 # Catalina |
|
|
|
osx_image: xcode11.4 |
|
|
|
rust: stable |
|
|
|
rust: stable |
|
|
|
env: TARGET=x86_64-apple-darwin |
|
|
|
env: TARGET=x86_64-apple-darwin |
|
|
|
|
|
|
|
|
|
|
|
|