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