Skip to content

Commit

Permalink
appveyor: Run tests sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis committed Apr 5, 2024
1 parent 028f9ef commit cc3e48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ build_script:
- '"%CYG_BASE%\bin\bash" -lc "cd \"$BUILD_FOLDER\" && make DESTDIR=\"`pwd`/build/install\" install"'

test_script:
- '"%CYG_BASE%\bin\bash" -lc "cd \"$BUILD_FOLDER\" && make check"'
- '"%CYG_BASE%\bin\bash" -lc "cd \"$BUILD_FOLDER\" && cygdrop make check"'
- '"%CYG_BASE%\bin\bash" -lc "cd \"$BUILD_FOLDER/build/release\" && meson test --no-rebuild --print-errorlogs --num-processes 1"'
- '"%CYG_BASE%\bin\bash" -lc "cd \"$BUILD_FOLDER/build/release\" && cygdrop meson test --no-rebuild --print-errorlogs --num-processes 1"'

on_failure:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Expand Down

0 comments on commit cc3e48c

Please sign in to comment.