build: I think CI can cross-build ios.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m0s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m0s
This commit is contained in:
parent
59c8cabf02
commit
986a55173f
@ -7,9 +7,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:23-bookworm-slim
|
image: node:23-bookworm-slim
|
||||||
valid_volumes: ['/opt/keys']
|
valid_volumes: ['/opt/keys', '/opt/deps']
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/keys:/opt/keys
|
- /opt/keys:/opt/keys
|
||||||
|
- /opt/deps:/opt/deps
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu zip unzip build-essential docker.io curl
|
- run: apt update && apt install -y doxygen git graphviz mingw-w64 libgpgme11 gcc-aarch64-linux-gnu zip unzip build-essential docker.io curl
|
||||||
- name: check out code
|
- name: check out code
|
||||||
@ -17,6 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- run: ln -s /opt/keys .keys
|
- run: ln -s /opt/keys .keys
|
||||||
|
- run: ln -s /opt/deps/ios_toolchain deps/ios_toolchain
|
||||||
- name: Setup JDK
|
- name: Setup JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user