tytdlite/.gitlab-ci.yml

16 lines
223 B
YAML
Raw Normal View History

2024-07-07 01:24:58 +00:00
stages:
- build
build:
image: mcr.microsoft.com/dotnet/sdk:8.0
stage: build
only:
- master
artifacts:
paths:
- publish
script:
2024-07-07 01:34:31 +00:00
- apt update -y
2024-07-07 01:24:58 +00:00
- apt install -y make zip tar
- make all