@@ -711,7 +711,7 @@ jobs:
711
711
CMAKE_C_COMPILER_LAUNCHER : ccache
712
712
CMAKE_CXX_COMPILER_LAUNCHER : ccache
713
713
run : |
714
- mkdir -p "$NEST_VPATH/reports" "$NEST_RESULT"
714
+ mkdir -pv "$NEST_VPATH/reports" "$NEST_RESULT"
715
715
716
716
if [ "$xNEST_BUILD_COMPILER" = "CLANG" ]; then
717
717
export CC=clang-11
@@ -733,9 +733,9 @@ jobs:
733
733
-Dwith-ltdl=${{ contains(matrix.use, 'ltdl') && 'ON' || 'OFF' }} \
734
734
-Dwith-readline=${{ contains(matrix.use, 'readline') && 'ON' || 'OFF' }} \
735
735
-Dwith-hdf5=${{ contains(matrix.use, 'hdf5') && 'ON' || 'OFF' }} \
736
- -Dwith-sionlib=${{ contains(matrix.use, 'sionlib') && ' $HOME/.cache/sionlib.install' || 'OFF' }} \
737
- -Dwith-libneurosim=${{ contains(matrix.use, 'libneurosim') && '$ HOME/.cache/libneurosim.install' || 'OFF' }} \
738
- -Dwith-music=${{ contains(matrix.use, 'music') && '$ HOME/.cache/music.install' || 'OFF' }} \
736
+ -Dwith-sionlib=${{ contains(matrix.use, 'sionlib') && "{ $HOME} /.cache/sionlib.install" || 'OFF' }} \
737
+ -Dwith-libneurosim=${{ contains(matrix.use, 'libneurosim') && "${ HOME} /.cache/libneurosim.install" || 'OFF' }} \
738
+ -Dwith-music=${{ contains(matrix.use, 'music') && "${ HOME} /.cache/music.install" || 'OFF' }} \
739
739
..
740
740
741
741
- name : " Add GCC problem matcher"
@@ -760,7 +760,7 @@ jobs:
760
760
- name : " Initialize Matplotlibrc"
761
761
run : |
762
762
# initialize matplotlib backend
763
- mkdir -p $HOME/.matplotlib
763
+ mkdir -pv $HOME/.matplotlib
764
764
echo "backend : svg" > $HOME/.matplotlib/matplotlibrc
765
765
766
766
- name : " Run NEST testsuite"
@@ -846,7 +846,7 @@ jobs:
846
846
847
847
- name : " Configure NEST build"
848
848
run : |
849
- mkdir -p "$NEST_VPATH/reports" "$NEST_RESULT"
849
+ mkdir -pv "$NEST_VPATH/reports" "$NEST_RESULT"
850
850
851
851
cd "$NEST_VPATH"
852
852
cmake \
@@ -890,7 +890,7 @@ jobs:
890
890
- name : " Initialize Matplotlibrc"
891
891
run : |
892
892
# initialize matplotlib backend
893
- mkdir -p $HOME/.matplotlib
893
+ mkdir -pv $HOME/.matplotlib
894
894
echo "backend : svg" > $HOME/.matplotlib/matplotlibrc
895
895
896
896
- name : " Run NEST testsuite"
0 commit comments