Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BaSys4Brenner Control Component
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
BaSys4.2
BaSys4Brenner Control Component
Merge requests
!1
Merge building for revolution pi with libgpiod
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Merge building for revolution pi with libgpiod
revpi
into
main
Overview
0
Commits
2
Pipelines
1
Changes
3
Open
Julian Grothoff
requested to merge
revpi
into
main
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
3
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
05a95553
2 commits,
2 years ago
3 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
.gitlab-ci.yml
+
3
−
3
View file @ 99776bae
Edit in single-file editor
Open in Web IDE
Show full file
@@ -31,13 +31,13 @@ build:mwe:revpi:
stage
:
build
before_script
:
-
apt-get update -qq && apt-get install -y -qq libgpiod-dev gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
-
sudo
apt-get install -y -qq autoconf autoconf-archive libtool libtool-bin libkmod-dev pkg-config
-
apt-get install -y -qq autoconf autoconf-archive libtool libtool-bin libkmod-dev pkg-config
#TODO install cross toolchains in image instead and check if all installs are realy necessary
script
:
-
mkdir build
# install libgpiod
, TODO how to not install in /usr/...
# install libgpiod
-
cd libgpiod
-
./autogen.sh --build=x86_64-linux-gnu --host=arm-linux-gnueabihf --prefix=$
(
CI_PROJECT_DIR
)
/build --enable-shared=no ac_cv_func_malloc_0_nonnull=yes
-
./autogen.sh --build=x86_64-linux-gnu --host=arm-linux-gnueabihf --prefix=
"
$CI_PROJECT_DIR/build
"
--enable-shared=no ac_cv_func_malloc_0_nonnull=yes
-
make
-
make install
# build b4b_mwe
Loading