Commit df3d9891 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Look for available compilers

parent 132f097f
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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