From 3ce3285944419857b115d21192a3c16171d9efa4 Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 14:38:27 +0100 Subject: [PATCH] :construction_worker: ajout config circle ci test hello world --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .circleci/config.yml 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'