tytdlite/.gitlab-ci.yml

17 lines
224 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
2024-07-07 04:56:02 +00:00
- make all