Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
iem-ci
Commits
f4a72995
Commit
f4a72995
authored
Mar 22, 2020
by
IOhannes m zmölnig
Browse files
cross-build for Linux/i386
parent
5daa0177
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd-lib-builder/gitlab-iem.yml
View file @
f4a72995
...
...
@@ -76,6 +76,12 @@ variables:
-
rm -rf "${IEM_CI_PKGLIBDIR}"
-
export PD=/usr/bin/pd
.build:linux_i386: &build_linux_i386
extends
:
.build:linux
image
:
registry.git.iem.at/devtools/docker/debiancross:i386
variables
:
pd_extension
:
l_i386
.build:linux_armhf: &build_linux_armhf
extends
:
.build:linux
image
:
registry.git.iem.at/devtools/docker/debiancross:armhf
...
...
@@ -147,6 +153,10 @@ variables:
Linux
:
<<
:
*build_linux
<<
:
*release
Linuxi386
:
allow_failure
:
true
<<
:
*build_linux_i386
<<
:
*release
LinuxARMhf
:
allow_failure
:
true
<<
:
*build_linux_armhf
...
...
@@ -169,6 +179,10 @@ w64:
Linux_snapshot
:
<<
:
*build_linux
<<
:
*snapshot
Linuxi386_snapshot
:
allow_failure
:
true
<<
:
*build_linux_i386
<<
:
*snapshot
LinuxARMhf_snapshot
:
allow_failure
:
true
<<
:
*build_linux_armhf
...
...
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