Check build on stable
This commit is contained in:
parent
02c9295587
commit
7e2103e566
|
@ -24,6 +24,14 @@ matrix:
|
||||||
rust: nightly
|
rust: nightly
|
||||||
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
||||||
|
|
||||||
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
rust: stable
|
||||||
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
||||||
|
|
||||||
|
- env: TARGET=riscv32imac-unknown-none-elf
|
||||||
|
rust: stable
|
||||||
|
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
|
||||||
|
|
||||||
before_install: set -e
|
before_install: set -e
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue