We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713b4c commit 7fffa03Copy full SHA for 7fffa03
.github/workflows/main.yml
@@ -17,11 +17,8 @@ jobs:
17
run: make check
18
- name: diverse configurations
19
run: |
20
- make distclean ENABLE_COMPUTED_GOTO=0
21
make distclean ENABLE_EXT_C=0
22
make distclean ENABLE_EXT_F=0
23
- make distclean ENABLE_COMPUTED_GOTO=0 ENABLE_EXT_C=0
24
- make distclean ENABLE_COMPUTED_GOTO=0 ENABLE_EXT_C=1
25
make distclean ENABLE_GDBSTUB=0
26
make distclean ENABLE_SDL=0
27
- name: architectural test
0 commit comments