8
8
fail-fast : false
9
9
matrix :
10
10
version :
11
- - 5.14.1
11
+ - 5.15.0
12
12
platform :
13
13
- gcc_64
14
14
- android
15
15
- wasm_32
16
+ - msvc2019_64
17
+ - msvc2019
18
+ - winrt_x64_msvc2019
19
+ - winrt_x86_msvc2019
20
+ - winrt_armv7_msvc2019
16
21
- msvc2017_64
17
22
- 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
23
25
- clang_64
24
26
- ios
25
27
@@ -30,20 +32,24 @@ jobs:
30
32
os : ubuntu-latest
31
33
- platform : wasm_32
32
34
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
35
37
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
37
45
os : windows-latest
38
- - platform : winrt_x64_msvc2017
46
+ - platform : msvc2017_64
39
47
os : windows-latest
40
- - platform : winrt_x86_msvc2017
48
+ - platform : msvc2017
41
49
os : windows-latest
42
- - platform : winrt_armv7_msvc2017
43
- os : windows-2016
44
- - platform : mingw73_64
50
+ - platform : mingw81_64
45
51
os : windows-latest
46
- - platform : mingw73_32
52
+ - platform : mingw81_32
47
53
os : windows-latest
48
54
- platform : clang_64
49
55
os : macos-latest
@@ -56,29 +62,16 @@ jobs:
56
62
with :
57
63
submodules : recursive
58
64
- 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
66
66
if : matrix.platform == 'wasm_32'
67
67
with :
68
68
version : ${{matrix.emsdk}}
69
69
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}}
76
70
- uses : Skycoder42/action-setup-qt@master
77
71
id : qt
78
72
with :
79
73
version : ${{matrix.version}}
80
74
platform : ${{matrix.platform}}
81
- cachedir : qt/${{matrix.version}}/${{matrix.platform}}
82
75
- name : Install systemd deps
83
76
if : matrix.platform == 'gcc_64'
84
77
run : |
@@ -154,7 +147,7 @@ jobs:
154
147
- uses : Skycoder42/action-deploy-qt@master
155
148
with :
156
149
token : ${{secrets.GITHUB_TOKEN}}
157
- version : 5.14.1
150
+ version : 5.15.0
158
151
host : ${{secrets.SSHFS_HOST}}
159
152
key : ${{secrets.SSHFS_KEY}}
160
153
port : ${{secrets.SSHFS_PORT}}
0 commit comments