mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-09 17:23:50 +01:00
CI: Add verbose flag to build (#35)
This commit is contained in:
parent
04bc02fc22
commit
08057945f6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cmake .
|
||||
make -j2
|
||||
make VERBOSE=1 -j2
|
||||
|
||||
- name: Package
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user