mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +08:00
include build.sh from the build-bin directory
This commit is contained in:
parent
fadea9b58c
commit
9d44006726
12
.build-bin/build.sh
Executable file
12
.build-bin/build.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/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
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,7 +9,7 @@ hdr
|
||||
*~
|
||||
|
||||
build-desktop.sh
|
||||
build.sh
|
||||
./build.sh
|
||||
check-database.sh
|
||||
check-links.sh
|
||||
check-so-files.sh
|
||||
|
Loading…
Reference in New Issue
Block a user