diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8685d94b0d8fb82d2df2075fc1320bd077254ac..7ec661678b46f8e8ba62ab14883cdc823211ec28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ default: image: gcc - tags: ["development"] # Switch from branch pipelines to merge request pipelines when a merge request is created workflow: @@ -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