File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ install:
3939 - 7z.exe x php-%PHP_VERSION%.tar.gz -y
4040 - 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"
4141 - cd php-%PHP_VERSION%
42+ - IF "%Platform%" == "x64" SET OUTDIR=x64\%OUTDIR%
43+ - echo OUTDIR is now %OUTDIR%
4244 - mkdir %OUTDIR%
4345 - move ..\deps\bin\*.dll %OUTDIR%\
4446
@@ -61,7 +63,7 @@ build_script:
6163 - nmake
6264
6365after_build :
64- - dir /s /b
66+ - echo %cd%
6567 - cd %OUTDIR%
6668 - 7z a %ARTIFACT_NAME% icu*.dll v8.dll php_v8js.dll
6769 - ps : Push-AppveyorArtifact $env:ARTIFACT_NAME
@@ -71,6 +73,7 @@ test_script:
7173 - set NO_INTERACTION=1
7274 - set TEST_PHP_JUNIT=junit.xml
7375 - set REPORT_EXIT_STATUS=1
76+ - if exist x64\Release_TS\php.exe echo got x64\Release_TS\php.exe
7477 - " %OUTDIR%\\ php.exe run-tests.php -p %OUTDIR%\\ php.exe ext/v8js/tests/ -d extension=php_v8js.dll -d extension_dir=%OUTDIR%\\ "
7578
7679on_finish :
You can’t perform that action at this time.
0 commit comments