Add Github Actions configuation

This commit is contained in:
Maurice Parker
2019-10-08 17:18:13 -05:00
parent 04d9ee40c8
commit 3aede1a23e
3 changed files with 43 additions and 0 deletions

23
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Project
uses: actions/checkout@v1
with:
submodules: recursive
- name: Switch to Xcode 11
run: sudo xcode-select -s /Applications/Xcode_11.app
- name: Run Build
env:
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
KEY_SECRET: ${{ secrets.KEY_SECRET }}
run: buildscripts/ci-build.sh