Skip to content

Commit 3ed6c09

Browse files
committed
Start building jack2 and qjackctl
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 1c2ad34 commit 3ed6c09

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

.github/workflows/release.yml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
shell: bash
3535
run: |
3636
./PawPaw/bootstrap-jack2.sh macos && ./PawPaw/bootstrap-qt.sh macos && ./PawPaw/.cleanup.sh macos
37-
#- name: Build macOS intel
38-
#shell: bash
39-
#run: |
40-
#./pack-jack2-version.sh macos
41-
#- name: Set sha8
42-
#id: slug
43-
#run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
44-
#- uses: actions/upload-artifact@v2
45-
#with:
46-
#name: jack2-macOS-intel-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
47-
#path: PawPaw/jack2-macOS-*.tar.gz
37+
- name: Build macOS intel
38+
shell: bash
39+
run: |
40+
./pack-jack2-version.sh macos
41+
- name: Set sha8
42+
id: slug
43+
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
44+
- uses: actions/upload-artifact@v2
45+
with:
46+
name: jack2-macOS-intel-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
47+
path: PawPaw/jack2-macOS-*.tar.gz
4848

4949
# macOS native universal build
5050
macos_universal:
@@ -70,17 +70,17 @@ jobs:
7070
shell: bash
7171
run: |
7272
./PawPaw/bootstrap-jack2.sh macos-universal && ./PawPaw/bootstrap-qt.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal
73-
#- name: Build macOS universal
74-
#shell: bash
75-
#run: |
76-
#./pack-jack2-version.sh macos-universal
77-
#- name: Set sha8
78-
#id: slug
79-
#run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
80-
#- uses: actions/upload-artifact@v2
81-
#with:
82-
#name: jack2-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
83-
#path: PawPaw/jack2-macOS-*.tar.gz
73+
- name: Build macOS universal
74+
shell: bash
75+
run: |
76+
./pack-jack2-version.sh macos-universal
77+
- name: Set sha8
78+
id: slug
79+
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
80+
- uses: actions/upload-artifact@v2
81+
with:
82+
name: jack2-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
83+
path: PawPaw/jack2-macOS-*.tar.gz
8484

8585
# linux with win32 cross-compilation
8686
win32:
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
sudo dpkg --add-architecture i386
111111
sudo apt-get update -qq
112-
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev-tools xvfb \
112+
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
113113
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
114114
- name: Cache debian packages
115115
run: |
@@ -119,17 +119,17 @@ jobs:
119119
shell: bash
120120
run: |
121121
./PawPaw/bootstrap-jack2.sh win32 && ./PawPaw/bootstrap-qt.sh win32 && ./PawPaw/.cleanup.sh win32
122-
#- name: Build win32 cross-compiled
123-
#shell: bash
124-
#run: |
125-
#xvfb-run ./pack-jack2-version.sh win32
126-
#- name: Set sha8
127-
#id: slug
128-
#run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
129-
#- uses: actions/upload-artifact@v2
130-
#with:
131-
#name: jack2-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
132-
#path: PawPaw/jack2-win*.exe
122+
- name: Build win32 cross-compiled
123+
shell: bash
124+
run: |
125+
xvfb-run ./pack-jack2-version.sh win32
126+
- name: Set sha8
127+
id: slug
128+
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
129+
- uses: actions/upload-artifact@v2
130+
with:
131+
name: jack2-win32-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
132+
path: PawPaw/jack2-win*.exe
133133

134134
# linux with win64 cross-compilation
135135
win64:
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
sudo dpkg --add-architecture i386
160160
sudo apt-get update -qq
161-
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev-tools xvfb \
161+
sudo apt-get install -y autopoint build-essential curl cmake jq llvm mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
162162
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
163163
- name: Cache debian packages
164164
run: |
@@ -168,14 +168,14 @@ jobs:
168168
shell: bash
169169
run: |
170170
./PawPaw/bootstrap-jack2.sh win64 && ./PawPaw/bootstrap-qt.sh win64 && ./PawPaw/.cleanup.sh win64
171-
#- name: Build win64 cross-compiled
172-
#shell: bash
173-
#run: |
174-
#xvfb-run ./pack-jack2-version.sh win64
175-
#- name: Set sha8
176-
#id: slug
177-
#run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
178-
#- uses: actions/upload-artifact@v2
179-
#with:
180-
#name: jack2-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
181-
#path: PawPaw/jack2-win*.exe
171+
- name: Build win64 cross-compiled
172+
shell: bash
173+
run: |
174+
xvfb-run ./pack-jack2-version.sh win64
175+
- name: Set sha8
176+
id: slug
177+
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-8)"
178+
- uses: actions/upload-artifact@v2
179+
with:
180+
name: jack2-win64-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
181+
path: PawPaw/jack2-win*.exe

pack-jack2-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
export JACK2_VERSION=v1.9.19
4-
export QJACKCTL_VERSION=0.9.5
4+
export QJACKCTL_VERSION=0.9.6
55

66
set -e
77

0 commit comments

Comments
 (0)