mirror of
https://github.com/nlohmann/json.git
synced 2026-07-05 10:05:10 +00:00
🥾 add version output
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Create build files
|
name: Create build files
|
||||||
command: 'mkdir build ; cd build ; cmake ..'
|
command: 'mkdir build ; cd build ; cmake ..'
|
||||||
|
- run:
|
||||||
|
name: Versions
|
||||||
|
command: 'g++ --version ; uname -a'
|
||||||
- run:
|
- run:
|
||||||
name: Compile
|
name: Compile
|
||||||
command: 'cmake --build build'
|
command: 'cmake --build build'
|
||||||
|
|||||||
Reference in New Issue
Block a user