👷 trying CircleCI

This commit is contained in:
Niels Lohmann 2019-03-30 17:05:43 +01:00
parent b21c04c938
commit ecf4d5e91d
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

16
.circleci/config.yml Normal file
View 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