tytd-wii-2023/.gitlab-ci.yml

14 lines
164 B
YAML
Raw Normal View History

2023-10-02 19:40:26 +00:00
stages:
- build
build:
image: wiidocker:latest
stage: build
only:
2023-10-02 20:00:51 +00:00
- main
2023-10-02 19:40:26 +00:00
artifacts:
paths:
- publish/
script:
- make && make publish