Skip to content

Commit

Permalink
add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio authored Apr 10, 2019
1 parent 1d2327c commit 0888562
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0888562

Please sign in to comment.