Browse Source

run test.py with --rebuild_native_modules (#13570)

Fixes script\verify-ffmpeg crash
John Kleinschmidt 6 years ago
parent
commit
5aa136a23d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -46,7 +46,7 @@ test_script:
       Write-Output "Skipping tests for release build"
     } else {
       Write-Output "Running tests for debug build"
-      python script\test.py --ci
+      python script\test.py --ci --rebuild_native_modules
       if ($LASTEXITCODE -ne '0') {
         throw "Tests failed with exit code $LASTEXITCODE"
       } else {