Loading .gitlab-ci.yml +6 −7 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ default: image: gcc tags: ["development"] # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: Loading Loading @@ -43,12 +42,12 @@ building_stage: - echo $CI_COMMIT_BRANCH - echo "Getting system info ..." - cat /etc/os-release - echo "/bin/g*" - ls /bin/g* - echo "/usr/bin/g*" - ls /usr/bin/g* - echo "/usr/local/bin/g*" - ls /usr/local/bin/g* - echo "/bin/c*" - ls /bin/c* - echo "/usr/bin/c*" - ls /usr/bin/c* - echo "/usr/local/bin/c*" - ls /usr/local/bin/c* #- cd src/sphere #- echo "Building SPHERE ..." #- gcc -O2 -lstdc++ -lm np_sphere.cpp sphere.cpp ../libnptm/Commons.cpp ../libnptm/Configuration.cpp ../libnptm/Parsers.cpp -o ../../build/sphere/np_sphere Loading Loading
.gitlab-ci.yml +6 −7 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ default: image: gcc tags: ["development"] # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: Loading Loading @@ -43,12 +42,12 @@ building_stage: - echo $CI_COMMIT_BRANCH - echo "Getting system info ..." - cat /etc/os-release - echo "/bin/g*" - ls /bin/g* - echo "/usr/bin/g*" - ls /usr/bin/g* - echo "/usr/local/bin/g*" - ls /usr/local/bin/g* - echo "/bin/c*" - ls /bin/c* - echo "/usr/bin/c*" - ls /usr/bin/c* - echo "/usr/local/bin/c*" - ls /usr/local/bin/c* #- cd src/sphere #- echo "Building SPHERE ..." #- gcc -O2 -lstdc++ -lm np_sphere.cpp sphere.cpp ../libnptm/Commons.cpp ../libnptm/Configuration.cpp ../libnptm/Parsers.cpp -o ../../build/sphere/np_sphere Loading