We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57a08d commit c5c6f24Copy full SHA for c5c6f24
.github/workflows/xtracfg.yml
@@ -54,6 +54,10 @@ jobs:
54
working-directory: ./libxtracfg/java
55
run: |
56
./gradlew nativeCompile -PLIB=true
57
+ - name: log0
58
+ run: |
59
+ ls -lR ./libxtracfg/java/build/native/nativeCompile
60
+ cat ./libxtracfg/java/build/native/nativeCompile/logs/compiler_commands.txt
61
- name: log1
62
63
ls -l ./libxtracfg/c/build
0 commit comments