[mod] auto build
This commit is contained in:
parent
9da83b5e27
commit
fe687dd723
13 changed files with 124 additions and 96 deletions
8
scripts/repo-install.xq
Normal file
8
scripts/repo-install.xq
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
|
||||
|
||||
let $output-file := file:resolve-path(`dist/pdfbox-{$build:PKG?version}.xar`,$build:base)
|
||||
return (
|
||||
repo:install($output-file),
|
||||
trace($output-file,"repo: ")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue