11 lines
276 B
YAML
11 lines
276 B
YAML
language: csharp
|
|
solution: Untappd.Net.sln
|
|
script:
|
|
- xbuild /p:Configuration=Release Untappd.Net.sln
|
|
- mono ./packages/NUnit.Runners.*/tools/nunit-console.exe ./src/*Tests/bin/Release/*Tests.dll
|
|
sudo: false
|
|
after_script:
|
|
- gem install bundle
|
|
- bundle
|
|
- rake cs_lint
|