Skip to content

Commit

Permalink
Build only Android
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Feb 22, 2025
1 parent 7330dad commit 0f5bc4f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build_on_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,3 @@ on:
jobs:
android:
uses: ./.github/workflows/_build-android.yml
macos:
strategy:
matrix:
os: [ macos-14, macos-13 ]
uses: ./.github/workflows/_build-macos.yml
with:
os: ${{ matrix.os }}
ubuntu:
uses: ./.github/workflows/_build-ubuntu.yml
windows:
uses: ./.github/workflows/_build-windows.yml
windows-msvc:
uses: ./.github/workflows/_build-windows-msvs.yml
docker:
uses: ./.github/workflows/_build-docker.yml
snapcraft:
uses: ./.github/workflows/_build_snapcraft.yml
code-ql:
uses: ./.github/workflows/_codeql-analysis.yml
lint-py-focs:
uses: ./.github/workflows/_lint_py_focs.yml
lint-python:
uses: ./.github/workflows/_lint-python.yml
lint-string-tables:
uses: ./.github/workflows/_lint_string-tables.yml

0 comments on commit 0f5bc4f

Please sign in to comment.