Skip to content

Commit dfa6898

Browse files
CI update (#554)
1 parent 0a01eec commit dfa6898

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
- '.travis.yml'
1616

1717
env:
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

2323
jobs:
@@ -68,7 +68,7 @@ jobs:
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: |

thirdparty/qbs

Submodule qbs updated 2133 files

0 commit comments

Comments
 (0)