Browse Source

feat: adding the config file for ci

adding_ci
Anatole-DC 5 years ago
parent
commit
e33f24dc6c
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -0,0 +1,7 @@
version: 2.1
jobs:
build:
steps:
- checkout
- run: echo "Hello World"
Loading…
Cancel
Save