File tree 3 files changed +16
-14
lines changed
3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : Release Builds
2
-
3
2
on : push
4
-
5
3
env :
6
4
QT_VERSION : " v6.7.0"
7
5
ZLIB_VERSION : " v1.3.1" # not used for msvc builds
8
-
9
6
jobs :
10
7
build :
11
8
runs-on : ${{ matrix.os }}
43
40
tag : ${{ github.ref }}
44
41
overwrite : true
45
42
file_glob : true
46
-
47
43
msvc :
48
44
runs-on : windows-2022
49
45
permissions :
Original file line number Diff line number Diff line change 2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
3
rev : v4.6.0
4
4
hooks :
5
- - id : check-yaml
6
5
- id : end-of-file-fixer
6
+ exclude : ' .*\.diff$'
7
+ - id : check-yaml
7
8
- id : trailing-whitespace
8
-
9
- - repo : https://github.com/pre-commit/mirrors-prettier
10
- rev : v4.0.0-alpha.8
9
+ exclude : ' .*\.diff$'
10
+ - id : check-added-large-files
11
+ - id : mixed-line-ending
12
+ exclude : ' .*\.diff$'
13
+ - repo : https://github.com/rhysd/actionlint
14
+ rev : v1.6.27
15
+ hooks :
16
+ - id : actionlint
17
+ - repo : https://github.com/pecigonzalo/pre-commit-shfmt
18
+ rev : v2.2.0
11
19
hooks :
12
- - id : prettier
13
-
14
- - repo : https://github.com/lovesegfault/beautysh
15
- rev : v6.2.1
20
+ - id : shell-fmt-go
21
+ - repo : https://github.com/google/yamlfmt
22
+ rev : v0.11.0
16
23
hooks :
17
- - id : beautysh
24
+ - id : yamlfmt
18
25
ci :
19
26
autoupdate_schedule : quarterly
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ $SUDO_CMD cp zconf.h $INSTALL_PREFIX/include/.
41
41
$SUDO_CMD cp ../zlib.h $INSTALL_PREFIX /include/.
42
42
cd ../../
43
43
44
-
45
44
# download Qt sources to qt/qt5
46
45
git clone https://code.qt.io/qt/qt5.git
47
46
cd qt5
You can’t perform that action at this time.
0 commit comments