Skip to content

Commit

Permalink
removed valgrind (had a problem in ubuntu 20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 20, 2021
1 parent a240eee commit 54d1f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
- CTEST_OUTPUT_ON_FAILURE=1
before_script:
- sudo apt-get update
- sudo apt-get install -y cmake valgrind libssl-dev zlib1g-dev libboost-dev libboost-test-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
- cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug -DCODE_COVERAGE=ON -DLCC_PROJECT_NAME=MYPROJECT ..
- sudo apt-get install -y cmake libssl-dev zlib1g-dev libboost-dev libboost-test-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
- cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug -DLCC_PROJECT_NAME=MYPROJECT ..
script:
- cat /proc/mounts
- ls -lLai /dev/disk/by-uuid
- ls -lLai /dev/disk/by-label
- ls -lai /dev
- ls -la /run
- cmake --build . --target install
- ctest -T memcheck; cat /tmp/open-license.log
- ctest; cat /tmp/open-license.log
- os: linux
dist: bionic
name: "VM - set LCC_PROJECT_NAME"
Expand Down

0 comments on commit 54d1f4e

Please sign in to comment.