Update .gitlab-ci.yml
This commit is contained in:
parent
0d60e8b354
commit
85bb527f61
@ -1,10 +1,6 @@
|
|||||||
# This file is a template, and might need editing before it works on your project.
|
# This file is a template, and might need editing before it works on your project.
|
||||||
# see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options
|
# see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options
|
||||||
|
|
||||||
job:
|
|
||||||
tags:
|
|
||||||
- asuro
|
|
||||||
|
|
||||||
.before_script:
|
.before_script:
|
||||||
- echo "Before script section"
|
- echo "Before script section"
|
||||||
- echo "For example you might run an update here or install a build dependency"
|
- echo "For example you might run an update here or install a build dependency"
|
||||||
@ -16,6 +12,8 @@ job:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- asuro
|
||||||
script: ./compile.sh
|
script: ./compile.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user