File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1515 - ' .travis.yml'
1616
1717env :
18- QT_VERSION : 5.12.12
18+ QT_VERSION : 5.15.2
1919 QTCREATOR_VERSION : 10.0.2
20- VERSION : 2023.1
20+ VERSION : 2023.2
2121 THUNDER_RELEASE : ${{ startsWith(github.ref, 'refs/tags/2') }}
2222
2323jobs :
6868 - name : Build Qbs
6969 if : needs.version.outputs.release == 'true'
7070 run : |
71- qbs build -d thirdparty/qbs -f thirdparty/qbs/qbs.qbs --all-products config:release project.withDocker:false project. withDocumentation:false project.withExamples:false project.withTests:false
71+ qbs build -d thirdparty/qbs -f thirdparty/qbs/qbs.qbs --all-products config:release project.withDocumentation:false project.withExamples:false project.withTests:false
7272
7373 - name : Build Thunder
7474 run : |
@@ -238,8 +238,7 @@ jobs:
238238 - name : Build Qbs
239239 if : needs.version.outputs.release == 'true'
240240 run : |
241- git apply patches/patch.diff
242- qbs build -d thirdparty/qbs -f thirdparty/qbs/qbs.qbs --all-products config:release project.withDocumentation:false project.withDocker:false project.withExamples:false project.withTests:false profile:qt
241+ qbs build -d thirdparty/qbs -f thirdparty/qbs/qbs.qbs --all-products config:release project.withDocumentation:false project.withExamples:false project.withTests:false profile:qt
243242
244243 - name : Build Thunder
245244 run : |
You can’t perform that action at this time.
0 commit comments