add build option for ios but not tested
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -46,6 +46,10 @@ jobs:
|
||||
aarch: universal
|
||||
targets: dmg
|
||||
|
||||
# - platform: ios
|
||||
# os: macos-11
|
||||
# aarch: universal
|
||||
# targets: ipa
|
||||
|
||||
- platform: linux
|
||||
os: ubuntu-latest
|
||||
@@ -80,7 +84,7 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Build macos dmg
|
||||
if: matrix.platform == 'macos'
|
||||
if: matrix.platform == 'macos' || matrix.platform == 'ios'
|
||||
run: |
|
||||
brew install create-dmg tree node
|
||||
npm install -g appdmg
|
||||
@@ -96,8 +100,6 @@ jobs:
|
||||
run: |
|
||||
sudo apt install -y locate ninja-build pkg-config libgtk-3-dev libglib2.0-dev libgio2.0-cil-dev libayatana-appindicator3-dev fuse
|
||||
sudo modprobe fuse
|
||||
|
||||
|
||||
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
chmod +x appimagetool
|
||||
mv appimagetool /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user