diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..fff2e68 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,11 @@ +version: 2.1 +jobs: + build: + docker: + - image: alpine:3.7 + steps: + - run: + name: Test first step + command: | + echo 'Hello world' + echo 'Test ajout projet circleci'