mirror of
https://github.com/BDDSM/YY.EventLogReaderAssistant.git
synced 2024-11-21 10:05:51 +02:00
Добавил файл конфигурацию CI
This commit is contained in:
parent
dd552da5dd
commit
0e56bbe5d3
21
.travis.yml
Normal file
21
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user