Copy the missing criterion.dll into the samples & test build directories
This commit is contained in:
parent
c0c80d5888
commit
d65b1c951d
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ install:
|
|||
|
||||
build_script:
|
||||
- cmake --build . --target %BUILD_TARGET%
|
||||
- ps: |
|
||||
# HACK: We need to copy criterion.dll into the binary directory
|
||||
if ($env:Compiler -eq "msvc") {
|
||||
Copy-Item Debug/criterion.dll samples/Debug/
|
||||
Copy-Item Debug/criterion.dll test/Debug/
|
||||
}
|
||||
|
||||
before_deploy:
|
||||
- ps: |
|
||||
|
|
Loading…
Add table
Reference in a new issue