mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 11:42:51 +00:00
🔊 add version output
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user