Files
Aaru/.travis.yml

16 lines
412 B
YAML
Raw Permalink 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
2021-09-30 02:32:10 +01:00
dotnet: 6.0.100
2020-03-15 19:05:51 +00:00
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:
2021-05-20 01:40:19 +01:00
- "irc.libera.chat#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}"