Update CI
This commit is contained in:
+8
-5
@@ -36,9 +36,12 @@ test:
|
|||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- src/
|
- src/
|
||||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
|
||||||
- if: '$CI_COMMIT_TAG'
|
changes:
|
||||||
- if: '$CI_COMMIT_BRANCH == "master"'
|
- src/
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
changes:
|
||||||
|
- src/
|
||||||
script:
|
script:
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
||||||
- make deps-install
|
- make deps-install
|
||||||
@@ -47,8 +50,8 @@ test:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
|
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
|
||||||
- if: '$CI_COMMIT_TAG'
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y gnome-shell gettext
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y gnome-shell gettext
|
||||||
- make build
|
- make build
|
||||||
|
|||||||
Reference in New Issue
Block a user