Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ build-gcc: # This job runs in the build stage, which runs first. stage: build script: - echo "Installing packages" - apt-get update && apt-get install -y gcc git perl-base sed meson ninja - apt-get update && apt-get install -y gcc git perl-base sed meson ninja-build - echo "Compiling libcdict..." - CC=gcc meson setup --buildtype release builddir - ninja -C builddir Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ build-gcc: # This job runs in the build stage, which runs first. stage: build script: - echo "Installing packages" - apt-get update && apt-get install -y gcc git perl-base sed meson ninja - apt-get update && apt-get install -y gcc git perl-base sed meson ninja-build - echo "Compiling libcdict..." - CC=gcc meson setup --buildtype release builddir - ninja -C builddir Loading