From: Jennifer Liu Date: Wed, 20 Jun 2018 20:37:49 +0000 (-0700) Subject: set up sample .ysml X-Git-Tag: upstream/1.9.3~7^2~12^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78978d655d0197f46a04ea4788a601d19afa9e7a;p=platform%2Fupstream%2Flz4.git set up sample .ysml --- 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