Skip to content

Commit

Permalink
Copy the missing criterion.dll into the samples & test build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Sep 6, 2015
1 parent c0c80d5 commit d65b1c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d65b1c9

Please sign in to comment.