Skip to content

Commit

Permalink
ubuntu 20.04 - change to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 20, 2021
1 parent f864724 commit 51fbd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- ctest -T memcheck
- os: linux
dist: focal
name: "Travis CI VM - Debug"
name: "Travis CI VM - Release"
env:
- VIRTUAL_ENV=VM
- CTEST_OUTPUT_ON_FAILURE=1
before_script:
- sudo apt-get update
- sudo apt-get install -y cmake libssl-dev zlib1g-dev libboost-dev libboost-filesystem-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 ..
- cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Release ..
script:
- cat /proc/mounts
- ls -lLai /dev/disk/by-uuid
Expand Down

0 comments on commit 51fbd6a

Please sign in to comment.