Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,6 @@ building_stage: - echo "Getting system info ..." - cat /etc/os-release - cd src - echo "Running make with default compilers..." - make wipe && make -j - echo "Running make with gnu compilers version 11..." - make wipe && CXX=g++-11 FC=gfortran-11 make -j - echo "Running make with gnu compilers version 12..." Loading @@ -60,6 +58,8 @@ building_stage: - make wipe && CXX="clang++-15 -stdlib=libc++" FC=gfortran-12 make -j - echo "Running make with gnu fortran version 12 and clang version 16..." - make wipe && CXX="clang++-16 -stdlib=libc++" FC=gfortran-12 make -j - echo "Finally running make with default compilers..." - make wipe && make -j - make docs -j && make -C ../doc/build/latex -j running_stage: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,8 +46,6 @@ building_stage: - echo "Getting system info ..." - cat /etc/os-release - cd src - echo "Running make with default compilers..." - make wipe && make -j - echo "Running make with gnu compilers version 11..." - make wipe && CXX=g++-11 FC=gfortran-11 make -j - echo "Running make with gnu compilers version 12..." Loading @@ -60,6 +58,8 @@ building_stage: - make wipe && CXX="clang++-15 -stdlib=libc++" FC=gfortran-12 make -j - echo "Running make with gnu fortran version 12 and clang version 16..." - make wipe && CXX="clang++-16 -stdlib=libc++" FC=gfortran-12 make -j - echo "Finally running make with default compilers..." - make wipe && make -j - make docs -j && make -C ../doc/build/latex -j running_stage: Loading