Browse Source

Initial Circleci config test

pull/340/head
Dan Schaper 8 years ago
parent
commit
e519fd6d6c
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      .circleci/config.yml

+ 13
- 0
.circleci/config.yml View File

@ -0,0 +1,13 @@
versio: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Greeting
command: echo Hello, world.
- run:
name: Print the Current Time
command: date

Loading…
Cancel
Save