unity3d-gitlab-ci-example | project runs tests and creates builds using gitlab | Continous Integration library
kandi X-RAY | unity3d-gitlab-ci-example Summary
kandi X-RAY | unity3d-gitlab-ci-example Summary
This project runs tests and creates builds using gitlab-ci in a unity3d project.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of unity3d-gitlab-ci-example
unity3d-gitlab-ci-example Key Features
unity3d-gitlab-ci-example Examples and Code Snippets
Community Discussions
Trending Discussions on unity3d-gitlab-ci-example
QUESTION
I have an unity ci-project.
.gitlab-ci.yml
contains base .build
job with one script
command. Also I have multiple specified jobs for build each platform which extended base .build
. I want to execute some platform-specific commands for android, so I have created separated job generate-android-apk
. But if it's failing the pipeline will be failed too.(I know about allow_failure
). Is it possible to extend script
section between jobs without copy-pasting?
ANSWER
Answered 2019-Sep-02 at 10:26You can achieve modular script sections by utilizing 'literal blocks' (using |) like so:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install unity3d-gitlab-ci-example
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page