show python version before building the project

This commit is contained in:
Yuichi Nishiwaki 2014-04-06 12:10:36 +09:00
parent 7132c0714e
commit abe0fb2e75
1 changed files with 1 additions and 0 deletions

View File

@ -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