Y2S2-Syski/syski_api/.travis.yml

16 lines
500 B
YAML
Raw Normal View History

2020-06-09 20:02:14 +00:00
language: csharp
solution: api.syski.co.uk.sln
mono: none
dotnet: 2.1.504
install:
- dotnet restore "csharp/csharp.csproj"
script:
- dotnet build "csharp/csharp.csproj"
after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL