add demo .gitlab-ci.yaml file
This commit is contained in:
16
.gitlab-ci.yaml
Normal file
16
.gitlab-ci.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
variables:
|
||||
APP_NAME: "demo-app"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Building $APP_NAME"
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Testing $APP_NAME"
|
||||
Reference in New Issue
Block a user