mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Update ci with rust nightly only
This commit is contained in:
parent
d7ce6d016b
commit
85edb3e90c
@ -1,11 +1,4 @@
|
|||||||
---
|
---
|
||||||
resources:
|
|
||||||
containers:
|
|
||||||
- container: stable
|
|
||||||
image: rust
|
|
||||||
- container: nightly
|
|
||||||
image: rustlang/rust:nightly
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include: [ master ]
|
include: [ master ]
|
||||||
@ -19,7 +12,7 @@ jobs:
|
|||||||
container: tpayet/chiquitita:latest
|
container: tpayet/chiquitita:latest
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
||||||
displayName: 'Install rustc'
|
displayName: 'Install rustc'
|
||||||
- script: |
|
- script: |
|
||||||
$HOME/.cargo/bin/cargo check
|
$HOME/.cargo/bin/cargo check
|
||||||
@ -37,7 +30,7 @@ jobs:
|
|||||||
container: tpayet/chiquitita:latest
|
container: tpayet/chiquitita:latest
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
||||||
displayName: 'Install rustc'
|
displayName: 'Install rustc'
|
||||||
- script: |
|
- script: |
|
||||||
$HOME/.cargo/bin/cargo build --release
|
$HOME/.cargo/bin/cargo build --release
|
||||||
|
Loading…
Reference in New Issue
Block a user