mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-25 17:32:28 +01:00
* Fix APM and CSFLE tests for Windows CI * Add Windows to GitHub CI and build DLLs for releases * Add --enable-debug-pack configure opt to generate PDB files * Reminder to check for Windows build artifacts before publishing releases * Revise advice on publicizing releases
5 lines
118 B
Batchfile
5 lines
118 B
Batchfile
@ECHO OFF
|
|
:repeat
|
|
powershell -nop -c "& {sleep 1}"
|
|
mongo --quiet --eval 'db.runCommand({ping:1})' || goto :repeat
|