🔊 add version output
This commit is contained in:
parent
6a4cc29f01
commit
bf2afaeee6
@ -19,6 +19,9 @@ jobs:
|
||||
- run:
|
||||
name: Create build files
|
||||
command: 'mkdir build ; cd build ; cmake ..'
|
||||
- run:
|
||||
name: Versions
|
||||
command: 'g++ --version ; uname -a'
|
||||
- run:
|
||||
name: Compile
|
||||
command: 'cmake --build build'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user