Browse Source

gitlab: add macox step

Nathalie Furmento 4 years ago
parent
commit
83267d245a
1 changed files with 8 additions and 1 deletions
  1. 8 1
      .gitlab-ci.yml

+ 8 - 1
.gitlab-ci.yml

@@ -40,8 +40,15 @@ build:
       when: never  # Prevent pipeline run for push event
     - when: always # Run pipeline for all other cases
 
-check:
+check_linux:
   extends: .check_template
+  tags : ["linux"]
+  script:
+    - ./contrib/gitlab/deploy.sh
+
+check_macos:
+  extends: .check_template
+  tags : ["macos"]
   script:
     - ./contrib/gitlab/deploy.sh