Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ building_stage: - cat /etc/os-release - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies" - yum install -y g++ gfortran make - cd src Loading Loading @@ -73,7 +73,7 @@ running_stage: - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies" - yum install -y g++ gfortran gdb - cd build/sphere Loading Loading @@ -106,9 +106,9 @@ testing_stage: - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies ..." - apt install -y python3 - yum install -y python3 - cd build/sphere - export FFILE=../../test_data/sphere/OSPH - echo "Comparing output of SPHERE" Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ building_stage: - cat /etc/os-release - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies" - yum install -y g++ gfortran make - cd src Loading Loading @@ -73,7 +73,7 @@ running_stage: - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies" - yum install -y g++ gfortran gdb - cd build/sphere Loading Loading @@ -106,9 +106,9 @@ testing_stage: - echo $CI_COMMIT_BRANCH - echo "Updating system" - yum check-update - yum update - yum update -y - echo "Installing dependencies ..." - apt install -y python3 - yum install -y python3 - cd build/sphere - export FFILE=../../test_data/sphere/OSPH - echo "Comparing output of SPHERE" Loading