Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ coverage: RUSTFLAGS: "-Zinstrument-coverage" LLVM_PROFILE_FILE: "arti-%p-%m.profraw" script: - apt-get update && apt-get install -y python3-pip python3-setuptools - pip3 install beautifulsoup4 - rustup toolchain add nightly - rustup default nightly - rustup component add llvm-tools-preview Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ coverage: RUSTFLAGS: "-Zinstrument-coverage" LLVM_PROFILE_FILE: "arti-%p-%m.profraw" script: - apt-get update && apt-get install -y python3-pip python3-setuptools - pip3 install beautifulsoup4 - rustup toolchain add nightly - rustup default nightly - rustup component add llvm-tools-preview Loading