You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #93 from OpenShot/feature/refactor-gitlab-ci
Refactor of GitLab Ci
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user