]> git.lizzy.rs Git - irrlicht.git/commitdiff
CI: Add verbose flag to build (#35)
authorJosiahWI <41302989+JosiahWI@users.noreply.github.com>
Sat, 8 May 2021 18:38:57 +0000 (13:38 -0500)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 18:38:57 +0000 (20:38 +0200)
.github/workflows/build.yml

index 27a71d1f6194a260a364904408f749ff4d1ed902..5add13a8fb490ab099bf760717a23913ee0d20d9 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - name: Build
         run: |
           cmake .
-          make -j2
+          make VERBOSE=1 -j2
 
       - name: Package
         run: |