mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
It SIGSEGVs too often to consider it reliable test during compilation. I want to keep mono status around, especially for ASF badges in README, but I don't want to see commits failing because latest Mono segfaulted.
31 lines
594 B
YAML
31 lines
594 B
YAML
language: csharp
|
|
solution: ArchiSteamFarm.sln
|
|
|
|
git:
|
|
depth: 10
|
|
|
|
mono:
|
|
- weekly
|
|
# - alpha
|
|
# - beta
|
|
- latest
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- mono: weekly
|
|
# - mono: alpha
|
|
# - mono: beta
|
|
- mono: latest
|
|
|
|
before_script:
|
|
- source mono_envsetup.sh
|
|
|
|
notifications:
|
|
email: false
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/df82484f12510c3f2516
|
|
on_success: always # options: [always|never|change] default: always
|
|
on_failure: always # options: [always|never|change] default: always
|
|
on_start: never # options: [always|never|change] default: always
|