File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 working-directory : ${{github.workspace}}/NeuroML_API_build
3434 shell : bash
3535 run : |
36- cmake $GITHUB_WORKSPACE
36+ cmake $GITHUB_WORKSPACE -DREGENERATE_BINDINGS=ON
3737
3838 - name : Build
3939 working-directory : ${{github.workspace}}/NeuroML_API_build
Original file line number Diff line number Diff line change 2626 working-directory : ${{github.workspace}}/NeuroML_API_build
2727 shell : bash
2828 run : |
29- cmake $GITHUB_WORKSPACE
29+ cmake $GITHUB_WORKSPACE -DREGENERATE_BINDINGS=ON
3030
3131 - name : Build
3232 working-directory : ${{github.workspace}}/NeuroML_API_build
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ script:
1515 - ls -alt
1616 - mkdir NeuroML_API_build
1717 - cd NeuroML_API_build
18- - cmake ..
18+ - cmake -DREGENERATE_BINDINGS=ON ..
1919 - make
2020 - ctest
2121 - ./create_net network.nml
You can’t perform that action at this time.
0 commit comments