10 lines
205 B
YAML
10 lines
205 B
YAML
|
steps:
|
||
|
- name: build
|
||
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||
|
when:
|
||
|
event: push
|
||
|
branch: master
|
||
|
commands:
|
||
|
- apt update -y
|
||
|
- apt install -y make zip tar
|
||
|
- make test
|