2024-07-07 06:12:46 +00:00
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
2024-07-08 00:16:43 +00:00
|
|
|
when:
|
|
|
|
event: push
|
|
|
|
branch: master
|
2024-07-07 06:12:46 +00:00
|
|
|
commands:
|
2024-07-08 00:16:43 +00:00
|
|
|
- apt update -y
|
|
|
|
- apt install -y make zip tar
|
2024-07-08 00:30:14 +00:00
|
|
|
- make test
|