@@ -20,13 +20,13 @@ jobs:
20
20
steps :
21
21
- name : Add debug repositories
22
22
run : |
23
- printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[community -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
23
+ printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[multilib -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
24
24
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
25
25
- name : Install dependencies
26
26
run : pacman --noconfirm -Syu base-devel glibc-debug git valgrind
27
27
- uses : actions/checkout@v3
28
28
- name : Configure project
29
- run : make config TEST=1
29
+ run : make config TEST=1 STRICT=1
30
30
- name : Fetch project dependencies
31
31
run : make fetch
32
32
- name : Build project
@@ -46,13 +46,13 @@ jobs:
46
46
steps :
47
47
- name : Add debug repositories
48
48
run : |
49
- printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[community -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
49
+ printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[multilib -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
50
50
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
51
51
- name : Install dependencies
52
52
run : pacman --noconfirm -Syu base-devel glibc-debug git valgrind
53
53
- uses : actions/checkout@v3
54
54
- name : Configure project
55
- run : make config TEST=1 DEBUG=1
55
+ run : make config TEST=1 STRICT=1 DEBUG=1
56
56
- name : Fetch project dependencies
57
57
run : make fetch
58
58
- name : Build project
74
74
run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
75
75
- uses : actions/checkout@v3
76
76
- name : Configure project
77
- run : make config TEST=1
77
+ run : make config TEST=1 STRICT=1
78
78
- name : Fetch project dependencies
79
79
run : make fetch
80
80
- name : Build project
96
96
run : zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ libstdc++-devel clang
97
97
- uses : actions/checkout@v3
98
98
- name : Configure project
99
- run : make config TEST=1 CC=clang CXX=clang++
99
+ run : make config TEST=1 STRICT=1 CC=clang CXX=clang++
100
100
- name : Fetch project dependencies
101
101
run : make fetch
102
102
- name : Build project
@@ -120,7 +120,7 @@ jobs:
120
120
run : apt-get -y install git make pkg-config valgrind gcc g++
121
121
- uses : actions/checkout@v3
122
122
- name : Configure project
123
- run : make config TEST=1
123
+ run : make config TEST=1 STRICT=1
124
124
- name : Fetch project dependencies
125
125
run : make fetch
126
126
- name : Build project
@@ -152,7 +152,7 @@ jobs:
152
152
- uses : actions/checkout@v3
153
153
- name : Configure project
154
154
shell : msys2 {0}
155
- run : make config TEST=1
155
+ run : make config TEST=1 STRICT=1
156
156
- name : Fetch project dependencies
157
157
shell : msys2 {0}
158
158
run : make fetch
0 commit comments