瀏覽代碼

gitlab: add macox step

Nathalie Furmento 4 年之前
父節點
當前提交
83267d245a
共有 1 個文件被更改,包括 8 次插入1 次删除
  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