local before_scipt was completly overwritting the global one.
This commit is contained in:
parent
e466d252fc
commit
1915198282
@ -38,6 +38,9 @@ test:nightly:
|
|||||||
test:rustfmt:
|
test:rustfmt:
|
||||||
image: "rustlang/rust:nightly"
|
image: "rustlang/rust:nightly"
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update -yqq
|
||||||
|
- apt-get install -yqq --no-install-recommends build-essential
|
||||||
|
- apt-get install -y libgtk-3-dev
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
- which rustfmt || cargo install rustfmt
|
- which rustfmt || cargo install rustfmt
|
||||||
script:
|
script:
|
||||||
@ -52,6 +55,9 @@ test:rustfmt:
|
|||||||
test:clippy:
|
test:clippy:
|
||||||
image: "rustlang/rust:nightly"
|
image: "rustlang/rust:nightly"
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update -yqq
|
||||||
|
- apt-get install -yqq --no-install-recommends build-essential
|
||||||
|
- apt-get install -y libgtk-3-dev
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
- which rustfmt || cargo install clippy
|
- which rustfmt || cargo install clippy
|
||||||
script:
|
script:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user