Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0b0259c4
Commit
0b0259c4
authored
Mar 21, 2024
by
Jinoh Kang
Committed by
Alexandre Julliard
Mar 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab: Output collapsible section markers in test stage script.
parent
26876b4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
test.yml
tools/gitlab/test.yml
+4
-0
No files found.
tools/gitlab/test.yml
View file @
0b0259c4
...
...
@@ -17,6 +17,9 @@
paths
:
-
wine-mono-$MONO_VER-x86.msi
before_script
:
-
|
printf '\e[0Ksection_start:%s:wine_test_prepare_env[collapsed=true]\r\e[0K' "$(date +%s)"
printf '\e[36;1mPreparing environment for Wine\e[0m\n'
-
export BASEDIR=$PWD
-
export PATH=$BASEDIR/usr/local/bin:$PATH
-
export DISPLAY=:0
...
...
@@ -42,6 +45,7 @@
-
pulseaudio --start --exit-idle-time=-1
-
wine wineboot.exe -u
-
wineserver -w
-
printf '\e[0Ksection_end:%s:wine_test_prepare_env\r\e[0K' "$(date +%s)"
test-linux-64
:
extends
:
.wine-test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment