TwoTerm/.github/workflows/xcodebuild.yml

22 lines
339 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
2020-11-15 01:14:30 +00:00
with:
submodules: true
2020-11-14 22:38:47 +00:00
- name: brew
run: brew install ragel
- name: xcodebuild
2020-11-15 01:42:15 +00:00
run: xcodebuild -target TwoTerm | xcpretty