Commit c0a56cfd authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

- make sure on pipeline the codes are built without cublas

parent 4ade768e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ building_stage:
      - cat /etc/os-release
      - cd build
      - echo "Configuring with default compilers (MAGMA disabled)..."
      - ./configure --without-magma --disable-offload --enable-refinement
      - ./configure --without-magma --without-cublas --disable-offload --enable-refinement
      - make clean
      - echo "Building the default configuration..."
      - make -j