From bbd049ad2966583e58442108e7c8e84497c95e5d Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Mon, 2 Nov 2020 10:46:59 +0100 Subject: [PATCH] modify config.yml --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e69de29..836100f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -0,0 +1,8 @@ +version: 2.1 +jobs: + build: + steps: + - checkout # check out the code in the project directory + - run: echo "hello world" # run the `echo` command + macos: + xcode: 10.1.0 \ No newline at end of file