mirror of
https://github.com/nlohmann/json
synced 2024-11-23 12:30:06 +00:00
🔊 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