Loading .gitlab-ci.yml +0 −6 Original line number Diff line number Diff line Loading @@ -2,12 +2,6 @@ default: image: ubuntu:latest .meson_build: extends: - .default_artifacts script: - .gitlab-ci/meson-build.sh stages: # List of stages for jobs, and their order of execution - build - test Loading Loading
.gitlab-ci.yml +0 −6 Original line number Diff line number Diff line Loading @@ -2,12 +2,6 @@ default: image: ubuntu:latest .meson_build: extends: - .default_artifacts script: - .gitlab-ci/meson-build.sh stages: # List of stages for jobs, and their order of execution - build - test Loading