mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-26 08:09:37 -05:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
d7b8259adc
commit
cdfaea38fa
25
.gitlab-ci.yml
Normal file
25
.gitlab-ci.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
|
.macos_saas_runners:
|
||||||
|
tags:
|
||||||
|
- saas-macos-medium-m1
|
||||||
|
image: macos-12-xcode-14
|
||||||
|
before_script:
|
||||||
|
- echo "started by ${GITLAB_USER_NAME}"
|
||||||
|
|
||||||
|
build:
|
||||||
|
extends:
|
||||||
|
- .macos_saas_runners
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- echo "place holder for build"
|
||||||
|
|
||||||
|
test:
|
||||||
|
extends:
|
||||||
|
- .macos_saas_runners
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- echo "place holder for test"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user