File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
run : |
85
85
mkdir build
86
86
cd build
87
- cmake .. -GNinja -DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DLEMON_BUILD_INFO="Build for AppImage" -DLEMON_BUILD_EXTRA_INFO="Build on $(uname -sr)"
87
+ cmake .. -GNinja -DLEMON=ON - DCMAKE_INSTALL_PREFIX=./AppDir/usr -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DLEMON_BUILD_INFO="Build for AppImage" -DLEMON_BUILD_EXTRA_INFO="Build on $(uname -sr)"
88
88
cmake --build . --parallel $(nproc)
89
89
cmake --install .
90
90
# ========================================================================================================= Deployments
@@ -115,7 +115,7 @@ jobs:
115
115
path : build/Lemon.AppImage
116
116
- name : Linux - ${{ matrix.qt_version }} - Upload binaries to release
117
117
uses : svenstaro/upload-release-action@v1-release
118
- if : github.event_name == 'release' && matrix.platform == 'ubuntu-16.04' && matrix.qt_version == '5.15.0'
118
+ if : github.event_name == 'release' && matrix.platform == 'ubuntu-16.04'
119
119
with :
120
120
repo_token : ${{ secrets.GITHUB_TOKEN }}
121
121
file : build/Lemon.AppImage
Original file line number Diff line number Diff line change 23
23
qt_ver : [6.0.0]
24
24
qt_arch : [clang_64]
25
25
env :
26
- targetName : lemon-qt6
26
+ targetName : lemon
27
27
steps :
28
28
- name : cacheQt
29
29
id : MacosCacheQt
Original file line number Diff line number Diff line change 1
- 108
1
+ 109
You can’t perform that action at this time.
0 commit comments