mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Add tiny comment change to trigger Travis.
This commit is contained in:
parent
ab716658dc
commit
67013d4b88
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ env:
|
|||
|
||||
# Run cmake to generate makefiles in 'builds' directory.
|
||||
# No need to create it because it's part of the repo.
|
||||
# Pass along configuration type to cmake
|
||||
# Pass along configuration type to cmake.
|
||||
before_script:
|
||||
- cd builds && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=$CONFIGURATION ../ && cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue