add circleci files
This commit is contained in:
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
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,4 +13,4 @@ Makefile*
|
|||||||
Build
|
Build
|
||||||
_build
|
_build
|
||||||
blib
|
blib
|
||||||
!docker/hooks/*
|
!.docker/hooks/*
|
||||||
|
|||||||
Reference in New Issue
Block a user