Files
Aaru/.travis.yml

16 lines
414 B
YAML
Raw Normal View History

2015-10-24 01:10:04 +01:00
language: csharp
2020-02-28 00:27:08 +00:00
solution: Aaru.sln
2020-03-15 19:05:51 +00:00
mono: none
dotnet: 2.1.502
script:
2020-03-15 19:33:53 +00:00
- dotnet restore Aaru.sln
- dotnet build Aaru.sln
notifications:
2018-02-24 22:33:05 +00:00
irc:
channels:
2020-02-28 00:27:08 +00:00
- "chat.freenode.net#Aaru"
skip_join: true
template:
2018-02-24 22:45:48 +00:00
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
2018-02-25 06:00:22 +00:00
- "Commit changes: %{commit_subject}"
2020-03-15 19:05:51 +00:00
- "Details on %{build_url}, changes on %{compare_url}"