From 28d887bc5bb31cb6b8e7daa623a127dd58696b22 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Mon, 20 Jan 2020 19:08:25 -0800 Subject: [PATCH] [CI] setup github CI --- .github/workflows/ci.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..dfb9f19 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,27 @@ +name: CI + +on: + push: + branches: + - master + pull_request: + branches: + - master + +env: + DEVELOPER_DIR: /Applications/Xcode_11.3.app/Contents/Developer + +jobs: + + build: + name: Compile + runs-on: macOS-latest + steps: + - name: git checkout + uses: actions/checkout@v1 + + - name: xcode version + run: xcodebuild -version -sdk + + - name: compile + run: swiftc nine41.swift