mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
16 lines
412 B
YAML
16 lines
412 B
YAML
language: csharp
|
|
solution: Aaru.sln
|
|
mono: none
|
|
dotnet: 3.1.103
|
|
script:
|
|
- dotnet restore Aaru.sln
|
|
- dotnet build Aaru.sln
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.libera.chat#Aaru"
|
|
skip_join: true
|
|
template:
|
|
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
|
- "Commit changes: %{commit_subject}"
|
|
- "Details on %{build_url}, changes on %{compare_url}" |