Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 8d607f8

Browse files
committed
add running benchmarks to appveyor
1 parent d835e37 commit 8d607f8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ test_script:
3131
3232
& $_.FullName $cmdArgList
3333
}
34+
Get-ChildItem -Recurse -Path $env:APPVEYOR_BUILD_FOLDER -Filter "*_benchmark.exe" | ForEach-Object {
35+
Write-Output $_.FullName
36+
37+
& $_.FullName
38+
}
3439
3540
on_finish:
3641
- ps: |

0 commit comments

Comments
 (0)