set up sample .ysml
This commit is contained in:
parent
1466e0b7f2
commit
78978d655d
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user