mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-09 09:45:38 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
d7b8259adc
commit
cdfaea38fa
1 changed files with 25 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue