WIP, abandoned: One-way backup tool with versioning and client-side encryption. Your precious data will never get lost!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
version: 1.0.{build}
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
- nuget restore
|
|
|
|
#- choco install opencover
|
|
|
|
- choco install opencover.portable
|
|
|
|
- choco install codecov
|
|
|
|
|
|
|
|
build:
|
|
|
|
verbosity: minimal
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
- dotnet build /t:Rebuild /p:DebugType=full /p:DebugSymbols=true EternalArrowBackup.sln
|
|
|
|
- OpenCoverForProject Tests\ContentTransformer\ClearText\EternalArrowBackup.ContentTransformer.ClearText.Tests.csproj
|
|
|
|
- OpenCoverForProject Tests\Hasher\SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj
|
|
|
|
- codecov -f OpenCover.xml
|