Merge pull request #93 from OpenShot/feature/refactor-gitlab-ci

Refactor of GitLab Ci
This commit is contained in:
Jonathan Thomas
2018-05-24 03:31:59 -05:00
committed by GitHub

View File

@@ -21,6 +21,8 @@ linux-builder:
when: always
tags:
- linux
only:
- master
mac-builder:
stage: build-libopenshot
@@ -41,6 +43,8 @@ mac-builder:
when: always
tags:
- mac
only:
- master
windows-builder-x86:
stage: build-libopenshot
@@ -66,6 +70,8 @@ windows-builder-x86:
when: always
tags:
- windows
only:
- master
windows-builder-x64:
stage: build-libopenshot
@@ -91,6 +97,8 @@ windows-builder-x64:
when: always
tags:
- windows
only:
- master
trigger-pipeline:
stage: trigger-openshot-qt
@@ -99,4 +107,6 @@ trigger-pipeline:
when: always
dependencies: []
tags:
- linux
- linux
only:
- master