mirror of
https://github.com/facebook/zstd.git
synced 2024-11-25 07:06:45 +08:00
set up sample config.yml
This commit is contained in:
parent
93702a7a62
commit
a3cb97b038
BIN
circleci/.config.yml.swo
Normal file
BIN
circleci/.config.yml.swo
Normal file
Binary file not shown.
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