show python version before building the project
This commit is contained in:
parent
7132c0714e
commit
abe0fb2e75
|
@ -5,5 +5,6 @@ compiler:
|
|||
before_script:
|
||||
- cd build
|
||||
script:
|
||||
- python --version
|
||||
- cmake .. && make && make no-act
|
||||
- cmake -DCMAKE_BUILD_TYPE=Debug .. && make && make no-act
|
||||
|
|
Loading…
Reference in New Issue