1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2024-11-21 10:05:51 +02:00

Добавил файл конфигурацию CI

This commit is contained in:
YPermitin 2020-04-15 00:09:33 +05:00
parent dd552da5dd
commit 0e56bbe5d3

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: csharp
sudo: required
solution: YY.EventLogReaderAssistant.sln
matrix:
include:
- dist: trusty
mono: none
dotnet: 3.1.201
before_script:
- chmod -R a+x ./scripts
script:
- ./scripts/build.sh
- ./scripts/runTests.sh
notifications:
email:
on_success: change
on_failure: change