set up sample .ysml

This commit is contained in:
Jennifer Liu 2018-06-20 13:37:49 -07:00
parent 1466e0b7f2
commit 78978d655d

13
.circleci/config.yml Normal file
View File

@ -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