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 319c80e commit dc4c6fcCopy full SHA for dc4c6fc
.github/workflows/c_actions.yml
@@ -50,16 +50,6 @@ jobs:
50
make -C SpiNNFrontEndCommon/c_common install
51
make -C neural_modelling
52
53
- - name: Build C code locally install
54
- env:
55
- C_LOGS_DICT: ${{ github.workspace }}/spynnaker/pyNN/model_binaries/logs.sqlite3
56
- CFLAGS: -fdiagnostics-color=always
57
- run: |
58
- make -C spinnaker_tools
59
- make -C spinn_common
60
- make -C SpiNNFrontEndCommon/c_common
61
- make -C neural_modelling
62
-
63
- name: Build C code in DEBUG mode
64
run: make clean; make SPYNNAKER_DEBUG=DEBUG
65
working-directory: neural_modelling
0 commit comments