You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
398 B
YAML
20 lines
398 B
YAML
sudo: false
|
|
language: csharp
|
|
solution: DepotDownloader.sln
|
|
|
|
install:
|
|
- nuget restore DepotDownloader.sln
|
|
|
|
script:
|
|
- xbuild /p:NoWarn=1584 DepotDownloader.sln /target:DepotDownloader
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.gamesurge.net#opensteamworks"
|
|
on_success: never
|
|
on_failure: always
|
|
|
|
cache:
|
|
directories:
|
|
- "~/.local/share/NuGet/Cache" |