Skip to content

Commit 3d93777

Browse files
committed
Updated CI scripts
1 parent 3b59274 commit 3d93777

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
2727
- uses: actions/checkout@v3
2828
- name: Configure project
29-
run: make config TEST=1
29+
run: make config TEST=1 STRICT=1
3030
- name: Fetch project dependencies
3131
run: make fetch
3232
- name: Build project
@@ -52,7 +52,7 @@ jobs:
5252
run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
5353
- uses: actions/checkout@v3
5454
- name: Configure project
55-
run: make config TEST=1 DEBUG=1
55+
run: make config TEST=1 STRICT=1 DEBUG=1
5656
- name: Fetch project dependencies
5757
run: make fetch
5858
- name: Build project
@@ -74,7 +74,7 @@ jobs:
7474
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
7575
- uses: actions/checkout@v3
7676
- name: Configure project
77-
run: make config TEST=1
77+
run: make config TEST=1 STRICT=1
7878
- name: Fetch project dependencies
7979
run: make fetch
8080
- name: Build project
@@ -96,7 +96,7 @@ jobs:
9696
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++ libstdc++-devel clang
9797
- uses: actions/checkout@v3
9898
- 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++
100100
- name: Fetch project dependencies
101101
run: make fetch
102102
- name: Build project
@@ -120,7 +120,7 @@ jobs:
120120
run: apt-get -y install git make pkg-config valgrind gcc g++
121121
- uses: actions/checkout@v3
122122
- name: Configure project
123-
run: make config TEST=1
123+
run: make config TEST=1 STRICT=1
124124
- name: Fetch project dependencies
125125
run: make fetch
126126
- name: Build project
@@ -152,7 +152,7 @@ jobs:
152152
- uses: actions/checkout@v3
153153
- name: Configure project
154154
shell: msys2 {0}
155-
run: make config TEST=1
155+
run: make config TEST=1 STRICT=1
156156
- name: Fetch project dependencies
157157
shell: msys2 {0}
158158
run: make fetch

0 commit comments

Comments
 (0)