Skip to content
Snippets Groups Projects
Commit 1a9472ca authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

migration: final phase

parent 3dbbe0da
No related branches found
No related tags found
No related merge requests found
*-66serv/
pkg/
src/
*.pkg.tar.xz
*.pkg.tar.xz.sig
trunk/*-66serv/
trunk/pkg/
trunk/src/
trunk/*.pkg.tar.xz
trunk/*.pkg.tar.xz.sig
version/*/bin/
deploy_pkg.sh
\ No newline at end of file
image: obarun/pkgbuild:latest
variables:
repo: "$CI_PROJECT_DIR"
pkg_name: "$CI_PROJECT_NAME"
# followed variable are ignored
pkg_track: "branch"
pkg_target: "$CI_COMMIT_REF_NAME"
pkg_address: "$CI_PROJECT_URL"
build_repo:
script:
# you can specify the directory where find pkgbuild
# with e.g builder.sh --chdir=trunk
# you can ask to install the package after a build
# e.g builder.sh --install
- builder.sh
artifacts:
expire_in: 2 days
paths:
- "*.pkg.tar.xz"
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment