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
9d440067
Commit
9d440067
authored
Jan 02, 2018
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include build.sh from the build-bin directory
parent
fadea9b5
Pipeline
#49
failed with stages
in 2 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
.build-bin/build.sh
.build-bin/build.sh
+12
-0
.gitignore
.gitignore
+1
-1
No files found.
.build-bin/build.sh
0 → 100755
View file @
9d440067
#!/usr/bin/env bash
SCRIPT_DIR
=
$(
dirname
$(
readlink
-e
$0
)
)
source
"
$SCRIPT_DIR
/../.build-lib/ci-library.sh"
_do list_packages
# sort repository packages based on (inter-)dependency hierarchy
# - it is assumed that the repository contains only compatible package
# versions, hence version information is ignored. If this assumption
# does not hold, makepkg will fail later on
_do sort_packages_by_dependency
_do build_packages
.gitignore
View file @
9d440067
...
...
@@ -9,7 +9,7 @@ hdr
*~
build-desktop.sh
build.sh
./
build.sh
check-database.sh
check-links.sh
check-so-files.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