🔊 add version output
This commit is contained in:
parent
6a4cc29f01
commit
bf2afaeee6
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Create build files
|
name: Create build files
|
||||||
command: 'mkdir build ; cd build ; cmake ..'
|
command: 'mkdir build ; cd build ; cmake ..'
|
||||||
|
- run:
|
||||||
|
name: Versions
|
||||||
|
command: 'g++ --version ; uname -a'
|
||||||
- run:
|
- run:
|
||||||
name: Compile
|
name: Compile
|
||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
|
|
Loading…
Reference in a new issue