Skip to content

Commit 547ae25

Browse files
committed
(appveyor) playing with outdir
1 parent a071e41 commit 547ae25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6365
after_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

7679
on_finish:

0 commit comments

Comments
 (0)