Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Feb 23, 2023
1 parent 5d0c6f6 commit 96aa365
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build macOS
on: [push]

jobs:
build:
name: Build macOS
timeout-minutes: 60
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: "Run script"
run: ./ci/mac/build
shell: bash
env:
APPLICATION: ${{ secrets.APPLICATION }}
INSTALLER: ${{ secrets.INSTALLER }}
APPLE_PASS: ${{ secrets.APPLE_PASS }}
APPLE_USER: ${{ secrets.APPLE_USER }}
APIKEY: ${{ secrets.APIKEY }}
- uses: actions/upload-artifact@v1
with:
name: Mac
path: ci/mac/bin

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
*.plist

*.xcbkptlist

ci/mac/bin
build

0 comments on commit 96aa365

Please sign in to comment.