Explorar el Código

Merged feature/PROTO-29-code-coverage-in-sonarcube into develop

Bart Hertog hace 6 años
padre
commit
907a8a8b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bitbucket-pipelines.yml

+ 1 - 1
bitbucket-pipelines.yml

@@ -8,7 +8,7 @@ pipelines:
           - add-apt-repository ppa:ubuntu-toolchain-r/test -y
           - apt-get update
           - apt-get install -y jq gcc-9 g++-9 unzip cmake lib32ncurses5 lib32z1 lib32stdc++6 python3-venv
-          - update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
+          - update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 90 --slave /usr/bin/g++ g++ /usr/bin/g++-9 --slave /usr/bin/gcov gcov /usr/bin/gcov-9
           - git submodule update --recursive --init
           - source bitbucket-pipelines-dependencies.sh