mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
19 lines
528 B
YAML
19 lines
528 B
YAML
language: csharp
|
|
solution: DiscImageChef.sln
|
|
mono:
|
|
- latest
|
|
- 5.2.0
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#DiscImageChef"
|
|
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}"
|
|
before_install:
|
|
- mkdir -p .nuget
|
|
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
|
- mono .nuget/nuget.exe restore
|