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