TwoTerm/.github/workflows/xcodebuild.yml

20 lines
291 B
YAML
Raw Normal View History

2020-11-14 22:38:47 +00:00
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