mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-23 03:06:30 +00:00
Add note about deps in CI config
This commit is contained in:
parent
65c0685002
commit
49f8ccfeb3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ test_task:
|
|||
- rustc --version
|
||||
- cat Cargo.toml
|
||||
install_script:
|
||||
# these dependencies are for building the kcov tool
|
||||
- apt-get update && apt-get install -y --no-install-recommends binutils-dev cmake libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev python
|
||||
test_script:
|
||||
- cargo test
|
||||
|
|
Loading…
Reference in a new issue