Browse Source

Make it manual

Johannes Kreutz 3 years ago
parent
commit
3b64b5e5ad
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -4,9 +4,11 @@ stages:
 build_release_linux:
   image: ubuntu:hirsute
   stage: release
-  script:
+  when: manual
+  before_script:
     - ./build-dependencies-first.sh release
     - mkdir build
+  script:
     - cd build
     - cmake ..
     - cmake --build . --parallel