Skip to content

Commit

Permalink
Switch to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Feb 6, 2021
1 parent c5b08c4 commit 3c2656d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches: [develop]
pull_request:
branches: [develop]

jobs:
build:
# FIXME: This builds with macOS 10.15. Move this to the 11.0 builders when possible. (See: https://github.com/actions/virtual-environments/issues/2486)
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: pod install && ./other/download_libs.sh

- name: Build
run: xcodebuild -workspace iina.xcworkspace -scheme iina CODE_SIGNING_ALLOWED=NO
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 3c2656d

Please sign in to comment.