Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PyQt is not needed, setup only Qt for CI
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 5, 2023
1 parent edf390e commit 33099b1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
run: |
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
./PawPaw/bootstrap-carla.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal
./PawPaw/bootstrap-plugins.sh macos-universal
./PawPaw/bootstrap-qt.sh macos-universal
./PawPaw/.cleanup.sh macos-universal
- name: Build macOS universal
shell: bash
run: |
Expand Down Expand Up @@ -93,7 +95,9 @@ jobs:
run: |
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
./PawPaw/bootstrap-carla.sh win32 && ./PawPaw/.cleanup.sh win32
./PawPaw/bootstrap-plugins.sh win32
./PawPaw/bootstrap-qt.sh win32
./PawPaw/.cleanup.sh win32
- name: Build win32 cross-compiled
shell: bash
run: |
Expand Down Expand Up @@ -159,7 +163,9 @@ jobs:
run: |
git clone https://github.com/DISTRHO/PawPaw.git
git -C PawPaw checkout ${{ env.PAWPAW_VERSION }}
./PawPaw/bootstrap-carla.sh win64 && ./PawPaw/.cleanup.sh win64
./PawPaw/bootstrap-plugins.sh win64
./PawPaw/bootstrap-qt.sh win64
./PawPaw/.cleanup.sh win64
- name: Build win64 cross-compiled
shell: bash
run: |
Expand Down

0 comments on commit 33099b1

Please sign in to comment.