Skip to content

Commit

Permalink
try wo kcov
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed Sep 30, 2019
1 parent 45b9c2d commit 4255b76
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4255b76

Please sign in to comment.