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
6efee4ba
Commit
6efee4ba
authored
Nov 30, 2023
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab: Add clang build.
parent
d815623b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
build-clang
tools/gitlab/build-clang
+13
-0
build.yml
tools/gitlab/build.yml
+7
-0
image.docker
tools/gitlab/image.docker
+1
-0
No files found.
tools/gitlab/build-clang
0 → 100755
View file @
6efee4ba
#!/bin/bash
echo
"Building
$(
git log
-1
)
"
echo
"---"
set
-Eeuxo
pipefail
./tools/make_requests
./tools/make_makefiles
autoreconf
-f
./configure
-q
--enable-archs
=
i386,x86_64,aarch64
--with-mingw
=
clang
make
-s
-j
$(
nproc
)
tools/gitlab/build.yml
View file @
6efee4ba
...
...
@@ -39,6 +39,13 @@ build-linux:
-
git diff --name-only $CI_MERGE_REQUEST_DIFF_BASE_SHA | sed -re '/\/tests\//!d; s@/tests/.*@/tests/Makefile.in@' |
(xargs -r ls 2>/dev/null ||
true
) | xargs -r sed '/TESTDLL/!d; s@.dll@@; s@.*= *@@' >usr/local/share/wine/winetest.args
build-clang
:
extends
:
.wine-build
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
script
:
-
./tools/gitlab/build-clang
build-mac
:
extends
:
.wine-build
rules
:
...
...
tools/gitlab/image.docker
View file @
6efee4ba
...
...
@@ -13,6 +13,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
dpkg
--add-architecture
i386
&&
\
apt-get update
&&
\
apt-get
install
-y
gcc gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 gcc-multilib
\
llvm clang lld
\
git autoconf flex bison perl gettext
\
libasound2-dev:amd64 libasound2-dev:i386
\
libcapi20-dev:amd64 libcapi20-dev:i386
\
...
...
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