From: Jennifer Liu Date: Wed, 20 Jun 2018 21:23:14 +0000 (-0700) Subject: set up sample config.yml X-Git-Tag: v1.3.5^2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cb97b0388eef9a81fff89c11e3da6e2cd77612;p=thirdparty%2Fzstd.git set up sample config.yml --- diff --git a/circleci/.config.yml.swo b/circleci/.config.yml.swo new file mode 100644 index 000000000..b1cd77710 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 index 000000000..65e6c33bb --- /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