mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Remove (unneeded?) parts of the pipeline
This commit is contained in:
parent
00c240a15e
commit
0aa42bf7af
1 changed files with 1 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
||||||
variables:
|
variables:
|
||||||
protobuf-version: 3.7.1
|
|
||||||
lkg-rust-nightly: "2019-06-16"
|
lkg-rust-nightly: "2019-06-16"
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -10,18 +9,12 @@ strategy:
|
||||||
linux-nightly:
|
linux-nightly:
|
||||||
image: ubuntu-16.04
|
image: ubuntu-16.04
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: linux-x86_64
|
|
||||||
macos-nightly:
|
macos-nightly:
|
||||||
image: macos-10.13
|
image: macos-10.13
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: osx-x86_64
|
|
||||||
windows-nightly:
|
windows-nightly:
|
||||||
image: vs2017-win2016
|
image: vs2017-win2016
|
||||||
toolchain: nightly-$(lkg-rust-nightly)
|
toolchain: nightly-$(lkg-rust-nightly)
|
||||||
features: unstable
|
|
||||||
protobuf-platform: win64
|
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(image)
|
vmImage: $(image)
|
||||||
|
@ -39,4 +32,4 @@ steps:
|
||||||
- bash: cargo build
|
- bash: cargo build
|
||||||
displayName: Build source
|
displayName: Build source
|
||||||
- bash: cargo test
|
- bash: cargo test
|
||||||
displayName: Run tests
|
displayName: Run tests
|
||||||
|
|
Loading…
Reference in a new issue