Skip to content
Snippets Groups Projects
Commit 45d820cf authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Use RelWithDebugInfo build for Travis CI

parent 08d3b160
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ install:
- sudo apt-get -q install binutils-dev python-daemon python-yaml python-pexpect
script:
- mkdir ./build && cd ./build && cmake .. -DCMAKE_BUILD_TYPE=Release
- mkdir ./build && cd ./build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebugInfo
- make -j8
- make test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment