mirror of https://github.com/eldruin/ds323x-rs
Update CI
parent
faf48c2870
commit
944e661053
|
@ -1,8 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
|
||||||
- cron: 0 0 * * 0
|
|
||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
|
@ -15,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust: [stable, beta, nightly, 1.31.0]
|
rust: [stable, beta, 1.31.0]
|
||||||
TARGET:
|
TARGET:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
|
@ -27,11 +25,6 @@ jobs:
|
||||||
- thumbv7em-none-eabihf
|
- thumbv7em-none-eabihf
|
||||||
- thumbv7m-none-eabi
|
- thumbv7m-none-eabi
|
||||||
|
|
||||||
include:
|
|
||||||
# Test nightly but don't fail
|
|
||||||
- rust: nightly
|
|
||||||
experimental: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in New Issue