Display CMake variables before build.
This commit is contained in:
parent
1a53602555
commit
7337fb4fb2
@ -24,5 +24,6 @@ script:
|
||||
- mkdir _build
|
||||
- cd _build
|
||||
- cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS
|
||||
- cmake -L
|
||||
- cmake --build . --target install
|
||||
- ctest
|
||||
|
Loading…
Reference in New Issue
Block a user