1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2024-11-26 18:11:45 +02:00

Добавил скрипты для автоматической сборки и запуска unit-тестов

This commit is contained in:
YPermitin 2020-04-15 00:08:57 +05:00
parent 80cba31123
commit dd552da5dd
3 changed files with 12 additions and 0 deletions

2
Scripts/build.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
dotnet build

2
Scripts/runTests.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
dotnet test ./YY.EventLogReaderAssistant.Tests/YY.EventLogReaderAssistant.Tests.csproj

View File

@ -19,10 +19,17 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.EventLogReaderAssistant.
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{759338A0-58EF-43A6-B9D5-E87F82C4B65A}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{D47D7992-0C16-4EF7-9C0A-258DA628DDC0}"
ProjectSection(SolutionItems) = preProject
Scripts\build.sh = Scripts\build.sh
Scripts\runTests.sh = Scripts\runTests.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -47,6 +54,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4CAB49D-B34A-4299-B0C4-864A874B10D4} = {B3EA600F-E229-42E8-8FC4-F8097627AF81}
{D47D7992-0C16-4EF7-9C0A-258DA628DDC0} = {759338A0-58EF-43A6-B9D5-E87F82C4B65A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F628392-F4A2-4E4C-B478-BDB29B256BA4}