]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
set up sample config.yml
authorJennifer Liu <jenniferliu620@fb.com>
Wed, 20 Jun 2018 21:23:14 +0000 (14:23 -0700)
committerJennifer Liu <jenniferliu620@fb.com>
Wed, 20 Jun 2018 21:23:14 +0000 (14:23 -0700)
circleci/.config.yml.swo [new file with mode: 0644]
circleci/config.yml [new file with mode: 0644]

diff --git a/circleci/.config.yml.swo b/circleci/.config.yml.swo
new file mode 100644 (file)
index 0000000..b1cd777
Binary files /dev/null and b/circleci/.config.yml.swo differ
diff --git a/circleci/config.yml b/circleci/config.yml
new file mode 100644 (file)
index 0000000..65e6c33
--- /dev/null
@@ -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