Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
e2200c1e
Commit
e2200c1e
authored
1 month ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: use VCPKG_TARGET_TRIPLET, not VCPKG_DEFAULT_TRIPLET
parent
61afd65f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/jobs/windows-x64.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/jobs/windows-x64.yml
.gitlab/ci/jobs/windows-x86.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/jobs/windows-x86.yml
with
2 additions
and
2 deletions
.gitlab/ci/jobs/windows-x64.yml
+
1
−
1
View file @
e2200c1e
...
...
@@ -35,7 +35,7 @@ Windows x64:
variables
:
PREFIX
:
x86_64-w64-mingw32
VCPKG_
DEFAUL
T_TRIPLET
:
x64-mingw-static
VCPKG_
TARGE
T_TRIPLET
:
x64-mingw-static
LD
:
/usr/bin/x86_64-w64-mingw32-ld
script
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/jobs/windows-x86.yml
+
1
−
1
View file @
e2200c1e
...
...
@@ -31,7 +31,7 @@ Windows x86:
variables
:
PREFIX
:
i686-w64-mingw32
VCPKG_
DEFAUL
T_TRIPLET
:
x86-mingw-static
VCPKG_
TARGE
T_TRIPLET
:
x86-mingw-static
LD
:
/usr/bin/i686-w64-mingw32-ld
script
:
...
...
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