mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update travis build script.
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,7 +1,9 @@
|
|||||||
language: csharp
|
language: csharp
|
||||||
solution: Aaru.sln
|
solution: Aaru.sln
|
||||||
mono:
|
mono: none
|
||||||
- latest
|
dotnet: 2.1.502
|
||||||
|
script:
|
||||||
|
- dotnet restore
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
@@ -10,8 +12,4 @@ notifications:
|
|||||||
template:
|
template:
|
||||||
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
- "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}."
|
||||||
- "Commit changes: %{commit_subject}"
|
- "Commit changes: %{commit_subject}"
|
||||||
- "Details on %{build_url}, changes on %{compare_url}"
|
- "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 Aaru.sln
|
|
||||||
Reference in New Issue
Block a user