mirror of
https://github.com/nlohmann/json.git
synced 2026-02-25 04:46:26 +00:00
👷 trying CircleCI
This commit is contained in:
16
.circleci/config.yml
Normal file
16
.circleci/config.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: debian:stretch
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Greeting
|
||||
command: echo Hello, world.
|
||||
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
||||
Reference in New Issue
Block a user