Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xfce4-dev-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfce4-dev-tools
Commits
80646b65
Commit
80646b65
authored
4 years ago
by
Jason Yavorska
Committed by
Simon Steinbeiß
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add CI templates notes
parent
e1ef0fea
No related branches found
No related tags found
1 merge request
!11
Add CI templates notes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
80646b65
...
...
@@ -4,6 +4,8 @@ The Xfce development tools are a collection of tools and macros for
Xfce developers and people that want to build Xfce from Git In addition
it contains the Xfce developer's handbook.
## `xfce-build` containerized build environment
This project also contains the code to build and deploy xfce-build to the
[
xfce-build area on Docker Hub
](
https://hub.docker.com/repository/docker/xfce/xfce-build/
)
.
This container is the build environment used by Xfce to build the various projects.
...
...
@@ -18,6 +20,12 @@ docker run --rm -u $(id -u ${USER}):$(id -g ${USER}) \
The steps to build the container are encoded in the
[
`Dockerfile`
](
Dockerfile
)
in
this repository, and is built via the build job in
[
`.gitlab-ci.yml`
](
.gitlab-ci.yml
)
.
## CI templates for Xfce
The
[
CI folder
](
ci/
)
contains the
`build_project.yml`
template for building the various
Xfce projects, as well as supporting scripts such as
`build_libs.sh`
which handles
building any needed dependencies. This helps us avoid repeating the same build
code in each project.
## How to report bugs?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment