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

14 lines
165 B
YAML

stages:
- build
build:
image: wiidocker:latest
stage: build
only:
- main
artifacts:
paths:
- CardRoot/
script:
- make && make publish