mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
More attempts at fixing ci
This commit is contained in:
parent
5256e04168
commit
febc172bbb
@ -12,6 +12,7 @@ jobs:
|
|||||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
- run: sudo apt-get install -y cmake
|
- run: sudo apt-get install -y cmake
|
||||||
- run: sudo apt-get install texinfo
|
- run: sudo apt-get install texinfo
|
||||||
|
- run: sudo apt-get install libclang-dev
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- run: make lint
|
- run: make lint
|
||||||
@ -34,6 +35,7 @@ jobs:
|
|||||||
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
- run: sudo apt-get install -y cmake
|
- run: sudo apt-get install -y cmake
|
||||||
- run: sudo apt-get install texinfo
|
- run: sudo apt-get install texinfo
|
||||||
|
- run: sudo apt-get install libclang-dev
|
||||||
- run:
|
- run:
|
||||||
name: Execute tests
|
name: Execute tests
|
||||||
command: make test
|
command: make test
|
||||||
@ -130,6 +132,8 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}-nightly
|
- v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }}-nightly
|
||||||
- run: sudo apt-get install -y cmake
|
- run: sudo apt-get install -y cmake
|
||||||
|
- run: sudo apt-get install texinfo
|
||||||
|
- run: sudo apt-get install libclang-dev
|
||||||
- run: rustup default nightly
|
- run: rustup default nightly
|
||||||
- run: make test
|
- run: make test
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user