Skip to content

Merge pull request #49 from weiran/updates #32

Merge pull request #49 from weiran/updates

Merge pull request #49 from weiran/updates #32

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Setup Config
run: mv 'App/Supporting Files/InstapaperConfiguration.defaults.plist' 'App/Supporting Files/InstapaperConfiguration.plist'
- name: Build
uses: sersoft-gmbh/xcodebuild-action@v2
with:
project: WatchItLater.xcodeproj
scheme: WatchItLater
configuration: debug
sdk: appletvsimulator
action: build