Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: only release the commits that are on the releases branch
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 3 Apr 2019 12:32:57 +0000 (14:32 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 3 Apr 2019 17:21:40 +0000 (19:21 +0200)
.gitlab-ci.yml

index 720db9b..57f9c06 100644 (file)
@@ -20,8 +20,8 @@ ctest:
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
 release:
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
 release:
-  #only:
-  #- schedules
+  only:
+  - releases
   script:
   - apt update && apt install -y binutils-x86-64-linux-gnu wget unzip zip
   # Build the linux version of the jarfile without the boost dependency
   script:
   - apt update && apt install -y binutils-x86-64-linux-gnu wget unzip zip
   # Build the linux version of the jarfile without the boost dependency