Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-opentelemetry-windows
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
php-opentelemetry-windows
Commits
12ed7e53
Commit
12ed7e53
authored
Oct 12, 2023
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
try fixing robocopy
parent
65ff1c54
Branches
master
No related tags found
No related merge requests found
Pipeline
#24664
failed
Oct 12, 2023
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
12ed7e53
...
...
@@ -7,7 +7,7 @@ build:
-
wget -UseBasicParsing -OutFile php-devel-pack-8.2.11-Win32-vs16-x64.zip https://windows.php.net/downloads/releases/php-devel-pack-8.2.11-Win32-vs16-x64.zip
-
Expand-Archive -LiteralPath ./php-8.1.24-Win32-vs16-x64.zip -DestinationPath C:\PHP
-
Expand-Archive -LiteralPath ./php-devel-pack-8.2.11-Win32-vs16-x64.zip -DestinationPath php-devel
-
robocopy php-devel\php-8.2.11-devel-vs16-x64\ C:\PHP\
-
robocopy php-devel\php-8.2.11-devel-vs16-x64\ C:\PHP\
; if ($lastexitcode -lt 8) { $global:LASTEXITCODE = $null }
-
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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment