Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
gtk
Commits
75013490
Commit
75013490
authored
Jan 31, 2018
by
Luca Giambonini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
call prepare_makepkg.sh when building a pkg
parent
f026c5cf
Pipeline
#124
canceled with stages
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
No files found.
.gitlab-ci.yml
View file @
75013490
...
@@ -19,6 +19,8 @@ before_script:
...
@@ -19,6 +19,8 @@ before_script:
build_pkgs
:
build_pkgs
:
stage
:
package
stage
:
package
script
:
script
:
# setup makepkg settings (enable and sync the correct repository), as root
-
_gitlab-ci-scripts/prepare_makepkg.sh
# the build script can't be run as root, as makepkg would complain...
# the build script can't be run as root, as makepkg would complain...
-
sudo -u builder -E -H _gitlab-ci-scripts/build.sh
-
sudo -u builder -E -H _gitlab-ci-scripts/build.sh
...
...
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