Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
0702169e
Commit
0702169e
authored
3 months ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
test.yml: fix wine PATH for MinGW build
parent
3321f1d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
Add model file size mismatch check and update version to 0.14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+2
-1
2 additions, 1 deletion
.github/workflows/test.yml
with
2 additions
and
1 deletion
.github/workflows/test.yml
+
2
−
1
View file @
0702169e
...
...
@@ -85,6 +85,8 @@ jobs:
pip install meson ninja pytest
sudo apt-get update
sudo apt-get install gcc-mingw-w64 wine64
-
name
:
Update PATH for wine
run
:
echo "/usr/lib/wine" >> "$GITHUB_PATH"
-
name
:
mingw cross-compilation and testing
run
:
|
meson setup \
...
...
@@ -101,7 +103,6 @@ jobs:
name
:
MinGW cross compile Testlog
path
:
builddir_cross_win/meson-logs/testlog.txt
mingw-build-test
:
runs-on
:
windows-latest
defaults
:
...
...
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