Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
9cb428d3
Commit
9cb428d3
authored
Jul 19, 2020
by
Maurice Kraus
Browse files
build: this adds a new testing stage
parent
1b924721
Pipeline
#1883
passed with stages
in 61 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9cb428d3
...
...
@@ -2,14 +2,26 @@ image: dwdraju/alpine-curl-jq
stages
:
-
lint
-
test
before_script
:
-
chmod +x gitrise.sh
lint
:
stage
:
lint
script
:
-
chmod +x gitrise.sh
-
./gitrise.sh -w "Lint-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
only
:
-
branches
except
:
-
tags
allow_failure
:
false
test
:
stage
:
test
script
:
-
./gitrise.sh -w "Test-Workflow" -b "$CI_COMMIT_REF_NAME" -a "$BITRISE_TOKEN" -s "$BITRISE_PROJ_SLUG"
only
:
-
branches
except
:
-
tags
allow_failure
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment