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 8484 run : |
8585 mkdir build
8686 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)"
8888 cmake --build . --parallel $(nproc)
8989 cmake --install .
9090 # ========================================================================================================= Deployments
@@ -115,7 +115,7 @@ jobs:
115115 path : build/Lemon.AppImage
116116 - name : Linux - ${{ matrix.qt_version }} - Upload binaries to release
117117 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'
119119 with :
120120 repo_token : ${{ secrets.GITHUB_TOKEN }}
121121 file : build/Lemon.AppImage
Original file line number Diff line number Diff line change 2323 qt_ver : [6.0.0]
2424 qt_arch : [clang_64]
2525 env :
26- targetName : lemon-qt6
26+ targetName : lemon
2727 steps :
2828 - name : cacheQt
2929 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