Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
4255b766
Verified
Commit
4255b766
authored
Sep 30, 2019
by
Denis_P
🏑
Browse files
try wo kcov
parent
45b9c2dc
Pipeline
#52966
failed with stage
in 4 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4255b766
...
...
@@ -66,21 +66,21 @@ test-linux:
-
cargo install --force cargo-kcov
-
cargo kcov -vV
# Install kcov binary
-
wget
https://github.com/SimonKagstrom/kcov/archive/v36.tar.gz
-
tar xzf v36.tar.gz
-
pushd kcov-36
-
mkdir build
-
pushd build
-
cmake ..
-
make
-
sudo make install
# Puts kcov in the default location usually /usr/local/bin/kcov
-
kcov --version
-
popd
-
popd
# - curl
https://github.com/SimonKagstrom/kcov/archive/v36.tar.gz
#
- tar xzf v36.tar.gz
#
- pushd kcov-36
#
- mkdir build
#
- pushd build
#
- cmake ..
#
- make
#
- sudo make install # Puts kcov in the default location usually /usr/local/bin/kcov
#
- kcov --version
#
- popd
#
- popd
# Export cargo binaries, python and misc settings
-
export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/Library/Python/2.7/bin:$PATH
#
- export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/Library/Python/2.7/bin:$PATH
# Print current work directory state as directions.
-
ls -lah
#
- ls -lah
# install rust components
-
rustup component add clippy rustfmt
# - rustup target add wasm32-unknown-unknown
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment