Move misc/ to tools/misc

This commit is contained in:
Martin Hořeňovský
2019-12-06 11:40:53 +01:00
parent 604ededf77
commit 6eb04667ad
9 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ init:
install:
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { pip --disable-pip-version-check install codecov }
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { .\misc\installOpenCppCoverage.ps1 }
- ps: if (($env:CONFIGURATION) -eq "Debug" -And ($env:coverage) -eq "1" ) { .\tools\misc\installOpenCppCoverage.ps1 }
before_build: