Skip to content
Snippets Groups Projects
Commit cda8513e authored by Jonas Leder's avatar Jonas Leder
Browse files

fix extracting php

parent 1d113a51
No related branches found
No related tags found
No related merge requests found
Pipeline #24625 failed
......@@ -5,7 +5,9 @@ build:
script:
- wget -UseBasicParsing -OutFile php-8.1.24-Win32-vs16-x64.zip https://windows.php.net/downloads/releases/php-8.1.24-Win32-vs16-x64.zip
- wget -UseBasicParsing -OutFile php-debug-pack-8.1.24-Win32-vs16-x64.zip https://windows.php.net/downloads/releases/php-debug-pack-8.1.24-Win32-vs16-x64.zip
- Expand-Archive -LiteralPath ./php-8.1.24-Win32-vs16-x64.zip -DestinationPath C:\PHP
- Expand-Archive -LiteralPath ./php-debug-pack-8.1.24-Win32-vs16-x64.zip -DestinationPath C:\PHP
- wget -UseBasicParsing -OutFile winsdksetup.exe https://download.microsoft.com/download/b/8/5/b85bd06f-491c-4c1c-923e-75ce2fe2378e/windowssdk/winsdksetup.exe
- $env:Path += ';C:\php'
- ./winsdksetup.exe /layout .\Win10SDK /quiet
......@@ -15,3 +17,4 @@ build:
- $env:Path += ';C:\Win10SDK'
- ls C:\php
- ls C:\Win10SDK
- php -v
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment