mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-13 04:46:04 +00:00
ci installs libclang
This commit is contained in:
parent
febc172bbb
commit
20342c74b9
@ -12,7 +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: sudo apt-get install libclang-dev llvm-3.9-dev libclang-3.9-dev clang-3.9
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
- run: make lint
|
- run: make lint
|
||||||
@ -35,7 +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: sudo apt-get install libclang-dev llvm-3.9-dev libclang-3.9-dev clang-3.9
|
||||||
- run:
|
- run:
|
||||||
name: Execute tests
|
name: Execute tests
|
||||||
command: make test
|
command: make test
|
||||||
@ -133,7 +133,7 @@ jobs:
|
|||||||
- 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 texinfo
|
||||||
- run: sudo apt-get install libclang-dev
|
- run: sudo apt-get install libclang-dev llvm-3.9-dev libclang-3.9-dev clang-3.9
|
||||||
- run: rustup default nightly
|
- run: rustup default nightly
|
||||||
- run: make test
|
- run: make test
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user