🔊 add version output

This commit is contained in:
Niels Lohmann 2019-11-03 20:27:07 +01:00
parent 6a4cc29f01
commit bf2afaeee6
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

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'