Skip to content

Commit f842638

Browse files
committed
CI: print verbose logs when building
1 parent 8791281 commit f842638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_INSTALL_PREFIX=/usr .
7777

7878
- name: build project
79-
run: cmake --build . --target package
79+
run: cmake --build . --target package --verbose
8080

8181
- name: perform CodeQL analysis
8282
uses: github/codeql-action/analyze@v2
@@ -131,7 +131,7 @@ jobs:
131131
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' .
132132

133133
- name: build project
134-
run: cmake --build . --target package
134+
run: cmake --build . --target package --verbose
135135

136136
- name: perform CodeQL analysis
137137
uses: github/codeql-action/analyze@v2
@@ -178,7 +178,7 @@ jobs:
178178
run: |
179179
sudo pkg install -y cmake git pkgconf binutils pciutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 glib dconf dbus sqlite3-tcl xfce4-conf ImageMagick6 ImageMagick7 chafa egl libosmesa opencl ocl-icd pulseaudio
180180
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
181-
cmake --build . --target package
181+
cmake --build . --target package --verbose
182182
./fastfetch --list-features
183183
time ./fastfetch -c presets/ci
184184
time ./fastfetch -c presets/ci --format json
@@ -224,7 +224,7 @@ jobs:
224224
run: env PKG_CONFIG_PATH=/clang64/lib/pkgconfig/:$PKG_CONFIG_PATH cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
225225

226226
- name: build project
227-
run: cmake --build .
227+
run: cmake --build . --verbose
228228

229229
- name: perform CodeQL analysis
230230
uses: github/codeql-action/analyze@v2
@@ -294,7 +294,7 @@ jobs:
294294
run: env PKG_CONFIG_PATH=/clang32/lib/pkgconfig/:$PKG_CONFIG_PATH cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
295295

296296
- name: build project
297-
run: cmake --build .
297+
run: cmake --build . --verbose
298298

299299
- name: perform CodeQL analysis
300300
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)