🔊 add version output

This commit is contained in:
Niels Lohmann
2019-11-03 20:27:07 +01:00
parent 6a4cc29f01
commit bf2afaeee6

View File

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