Create xcodebuild.yml

This commit is contained in:
ksherlock
2020-11-14 17:38:47 -05:00
committed by GitHub
parent 54335e2e3b
commit bd6d13e51b
+19
View File
@@ -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