summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644
index 0000000..65e6c33
--- /dev/null
+++ b/.circleci/config.yml
@@ -0,0 +1,13 @@
+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