Add note about deps in CI config

This commit is contained in:
Wesley Moore 2022-03-03 08:13:10 +10:00
parent 65c0685002
commit 49f8ccfeb3
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

@ -7,6 +7,7 @@ test_task:
- rustc --version - rustc --version
- cat Cargo.toml - cat Cargo.toml
install_script: 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 - 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: test_script:
- cargo test - cargo test