Skip to content

Commit cb9c823

Browse files
committed
Initial script to provision on Windows
1 parent 6492ea9 commit cb9c823

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/windows/compile.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cd C:\php-sdk\phpdev\vc11\x86\pecl
2+
"C:\Program Files\7-Zip\7z.exe" x -y Z:\phongo\mongodb-*.tgz
3+
"C:\Program Files\7-Zip\7z.exe" x -y mongodb-*.tar
4+
cd C:\php-sdk\phpdev\vc11\x86\php-src
5+
C:\php-sdk\bin\phpsdk_setvars.bat
6+
"c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
7+
buildconf --force
8+
configure --disable-all --enable-cli --enable-json --with-openssl --enable-mongodb
9+
10+
nmake
11+
#nmake test TESTS="..\pecl\mongodb-*\tests"

0 commit comments

Comments
 (0)