Skip to content

Commit 90313a7

Browse files
committed
update ci to 5.15.0
1 parent 7d2720e commit 90313a7

File tree

1 file changed

+23
-30
lines changed

1 file changed

+23
-30
lines changed

.github/workflows/build.yml

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ jobs:
88
fail-fast: false
99
matrix:
1010
version:
11-
- 5.14.1
11+
- 5.15.0
1212
platform:
1313
- gcc_64
1414
- android
1515
- wasm_32
16+
- msvc2019_64
17+
- msvc2019
18+
- winrt_x64_msvc2019
19+
- winrt_x86_msvc2019
20+
- winrt_armv7_msvc2019
1621
- msvc2017_64
1722
- msvc2017
18-
- winrt_x64_msvc2017
19-
- winrt_x86_msvc2017
20-
- winrt_armv7_msvc2017
21-
- mingw73_64
22-
- mingw73_32
23+
- mingw81_64
24+
- mingw81_32
2325
- clang_64
2426
- ios
2527

@@ -30,20 +32,24 @@ jobs:
3032
os: ubuntu-latest
3133
- platform: wasm_32
3234
os: ubuntu-latest
33-
emsdk: sdk-fastcomp-1.38.27-64bit
34-
- platform: msvc2017_64
35+
emsdk: sdk-fastcomp-1.39.8-64bit
36+
- platform: msvc2019_64
3537
os: windows-latest
36-
- platform: msvc2017
38+
- platform: msvc2019
39+
os: windows-latest
40+
- platform: winrt_x64_msvc2019
41+
os: windows-latest
42+
- platform: winrt_x86_msvc2019
43+
os: windows-latest
44+
- platform: winrt_armv7_msvc2019
3745
os: windows-latest
38-
- platform: winrt_x64_msvc2017
46+
- platform: msvc2017_64
3947
os: windows-latest
40-
- platform: winrt_x86_msvc2017
48+
- platform: msvc2017
4149
os: windows-latest
42-
- platform: winrt_armv7_msvc2017
43-
os: windows-2016
44-
- platform: mingw73_64
50+
- platform: mingw81_64
4551
os: windows-latest
46-
- platform: mingw73_32
52+
- platform: mingw81_32
4753
os: windows-latest
4854
- platform: clang_64
4955
os: macos-latest
@@ -56,29 +62,16 @@ jobs:
5662
with:
5763
submodules: recursive
5864
- uses: actions/setup-python@v1
59-
- name: actions/cache emsdk
60-
uses: actions/cache@v1
61-
if: matrix.platform == 'wasm_32'
62-
with:
63-
path: emsdk-cache
64-
key: ${{runner.os}}-emsdk-${{matrix.emsdk}}
65-
- uses: mymindstorm/setup-emsdk@v3
65+
- uses: mymindstorm/setup-emsdk@v5
6666
if: matrix.platform == 'wasm_32'
6767
with:
6868
version: ${{matrix.emsdk}}
6969
actions-cache-folder: emsdk-cache
70-
- name: actions/cache qt
71-
uses: actions/cache@v1
72-
id: cache
73-
with:
74-
path: qt/${{matrix.version}}/${{matrix.platform}}
75-
key: qt-${{matrix.version}}-${{matrix.platform}}
7670
- uses: Skycoder42/action-setup-qt@master
7771
id: qt
7872
with:
7973
version: ${{matrix.version}}
8074
platform: ${{matrix.platform}}
81-
cachedir: qt/${{matrix.version}}/${{matrix.platform}}
8275
- name: Install systemd deps
8376
if: matrix.platform == 'gcc_64'
8477
run: |
@@ -154,7 +147,7 @@ jobs:
154147
- uses: Skycoder42/action-deploy-qt@master
155148
with:
156149
token: ${{secrets.GITHUB_TOKEN}}
157-
version: 5.14.1
150+
version: 5.15.0
158151
host: ${{secrets.SSHFS_HOST}}
159152
key: ${{secrets.SSHFS_KEY}}
160153
port: ${{secrets.SSHFS_PORT}}

0 commit comments

Comments
 (0)