From bd6d13e51ba16771f56146440c110e012d377ed9 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 14 Nov 2020 17:38:47 -0500 Subject: [PATCH] Create xcodebuild.yml --- .github/workflows/xcodebuild.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/xcodebuild.yml diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml new file mode 100644 index 0000000..adf30dd --- /dev/null +++ b/.github/workflows/xcodebuild.yml @@ -0,0 +1,19 @@ +name: xcodebuild + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: macos-latest + + steps: + - uses: actions/checkout@v2 + - name: brew + run: brew install ragel + - name: xcodebuild + run: xcodebuild -target TwoTerm