-
-
Notifications
You must be signed in to change notification settings - Fork 8
49 lines (41 loc) · 1.05 KB
/
build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: CI
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '.gitignore'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- '.gitignore'
workflow_dispatch:
jobs:
build:
name: Build
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install needed tools
run: |
brew install ldid dpkg
- name: Select Xcode version (14.0)
run: |
sudo xcode-select --switch /Applications/Xcode_14.0.app
- name: Build & Sign Application
run: |
make
- name: Upload TrollStore .tipa
uses: actions/[email protected]
with:
name: AntoineTrollstore.tipa
path: ${{ github.workspace }}/build/AntoineTrollstore.tipa
- name: Upload deb for Jailbroken devices
uses: actions/[email protected]
with:
name: Antoine
path: ${{ github.workspace }}/build/Antoine.deb