Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ building_stage: - echo "Getting system info ..." - cat /etc/os-release - echo "Installing dependencies" - yum install -y g++ gfortran make - sudo yum install -y g++ gfortran make - cd src - echo "Running make" - make Loading @@ -69,7 +69,7 @@ running_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum install -y g++ gfortran gdb - sudo yum install -y g++ gfortran gdb - cd build/sphere - echo "Running np_sphere" - chmod +x np_sphere Loading Loading @@ -99,7 +99,7 @@ testing_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum install -y python3 - sudo yum install -y python3 - cd build/sphere - export FFILE=../../test_data/sphere/OSPH - echo "Comparing output of SPHERE" Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ building_stage: - echo "Getting system info ..." - cat /etc/os-release - echo "Installing dependencies" - yum install -y g++ gfortran make - sudo yum install -y g++ gfortran make - cd src - echo "Running make" - make Loading @@ -69,7 +69,7 @@ running_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum install -y g++ gfortran gdb - sudo yum install -y g++ gfortran gdb - cd build/sphere - echo "Running np_sphere" - chmod +x np_sphere Loading Loading @@ -99,7 +99,7 @@ testing_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum install -y python3 - sudo yum install -y python3 - cd build/sphere - export FFILE=../../test_data/sphere/OSPH - echo "Comparing output of SPHERE" Loading