mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-03-10 17:34:56 +00:00
Create xcodebuild.yml
This commit is contained in:
parent
54335e2e3b
commit
bd6d13e51b
19
.github/workflows/xcodebuild.yml
vendored
Normal file
19
.github/workflows/xcodebuild.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user