Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Akira TAGOH
fontconfig
Commits
6dcce727
Commit
6dcce727
authored
Apr 20, 2022
by
Akira TAGOH
Browse files
Update .gitlab-ci.yml
parent
d863f677
Pipeline
#566667
failed with stage
in 4 minutes and 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6dcce727
...
@@ -59,12 +59,12 @@ static-build:
...
@@ -59,12 +59,12 @@ static-build:
-
build-*/test/*.trs
-
build-*/test/*.trs
-
build-*/test/out*
-
build-*/test/out*
mingw-build
:
mingw-build
:
image
:
fedora:
35
image
:
fedora:
rawhide
stage
:
build
stage
:
build
before_script
:
before_script
:
-
dnf -y upgrade --disablerepo=rawhide-modular
-
dnf -y upgrade --disablerepo=rawhide-modular
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken @buildsys-build autoconf automake libtool gettext gettext-devel gperf libxml2-devel freetype-devel json-c-devel git docbook-utils docbook-utils-pdf wget
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken @buildsys-build autoconf automake libtool gettext gettext-devel gperf libxml2-devel freetype-devel json-c-devel git docbook-utils docbook-utils-pdf wget
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken mingw64-gettext mingw64-freetype mingw64-
libxml2 wine
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken mingw64-gettext mingw64-freetype mingw64-
expat wine-7.3-1.fc37
script
:
script
:
-
export BUILD_ID="fontconfig-$CI_JOB_NAME_$CI_COMMIT_SHA-$CI_JOB_ID"
-
export BUILD_ID="fontconfig-$CI_JOB_NAME_$CI_COMMIT_SHA-$CI_JOB_ID"
-
export PREFIX="$(pwd)/prefix-$BUILD_ID"
-
export PREFIX="$(pwd)/prefix-$BUILD_ID"
...
@@ -73,13 +73,15 @@ mingw-build:
...
@@ -73,13 +73,15 @@ mingw-build:
-
mkdir "$BUILDDIR"
-
mkdir "$BUILDDIR"
-
cd "$BUILDDIR"
-
cd "$BUILDDIR"
-
eval `rpm --eval %{mingw64_env}`
-
eval `rpm --eval %{mingw64_env}`
-
../autogen.sh --prefix="$PREFIX" --host=x86_64-mingw32 --disable-shared --enable-static
--enable-libxml2
-
../autogen.sh --prefix="$PREFIX" --host=x86_64-mingw32 --disable-shared --enable-static
-
make
-
make
-
rpm -qa mingw*
-
make check
-
make check
artifacts
:
artifacts
:
name
:
fontconfig-$CI_COMMIT_SHA-$CI_JOB_ID
name
:
fontconfig-$CI_COMMIT_SHA-$CI_JOB_ID
when
:
always
when
:
always
paths
:
paths
:
-
build-*/*
-
build-*/*.log
-
build-*/*.log
-
build-*/test/*.log
-
build-*/test/*.log
-
build-*/test/*.trs
-
build-*/test/*.trs
...
...
.gitlab/.gitlab-webide.yml
0 → 100644
View file @
6dcce727
terminal
:
image
:
fedora:rawhide
before_script
:
-
dnf -y upgrade --disablerepo=rawhide-modular
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken @buildsys-build autoconf automake libtool gettext gettext-devel gperf libxml2-devel freetype-devel json-c-devel git docbook-utils docbook-utils-pdf wget
-
dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken mingw64-gettext mingw64-freetype mingw64-libxml2 wine
script
:
sleep
60
test/run-test.sh
View file @
6dcce727
...
@@ -99,6 +99,15 @@ cp "$FONT1" "$FONT2" "$FONTDIR"
...
@@ -99,6 +99,15 @@ cp "$FONT1" "$FONT2" "$FONTDIR"
if
[
-n
"
${
SOURCE_DATE_EPOCH
:-}
"
]
&&
[
${#
SOURCE_DATE_EPOCH
}
-gt
0
]
;
then
if
[
-n
"
${
SOURCE_DATE_EPOCH
:-}
"
]
&&
[
${#
SOURCE_DATE_EPOCH
}
-gt
0
]
;
then
touch
-m
-t
"
$(
date
-d
@
"
${
SOURCE_DATE_EPOCH
}
"
+%y%m%d%H%M.%S
)
"
"
$FONTDIR
"
touch
-m
-t
"
$(
date
-d
@
"
${
SOURCE_DATE_EPOCH
}
"
+%y%m%d%H%M.%S
)
"
"
$FONTDIR
"
fi
fi
echo
$FCLIST
>
dbg
echo
"***"
>>
dbg
echo
"*** help"
>>
dbg
echo
"***"
>>
dbg
$FCLIST
--help
>>
dbg 2>&1
echo
"***"
>>
dbg
echo
"*** run"
>>
dbg
echo
"***"
>>
dbg
FC_DEBUG
=
65535
$FCLIST
- family pixelsize
>>
dbg 2>&1
check
check
dotest
"With a subdir"
dotest
"With a subdir"
...
...
Write
Preview
Supports
Markdown
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