parent
							
								
									647ced64ee
								
							
						
					
					
						commit
						5e516d3d39
					
				
					 3 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -24,12 +24,14 @@ jobs:
 | 
			
		|||
        wget https://files.basex.org/releases/10.7/BaseX107.zip
 | 
			
		||||
        unzip BaseX107.zip -d /usr/local/
 | 
			
		||||
        chmod a+x /usr/local/basex/bin/*
 | 
			
		||||
        echo "PATH=$PATH:/usr/local/basex/bin" >> $GITHUB_ENV 
 | 
			
		||||
        echo "BASEX_ROOT=/usr/local/basex" >> $GITHUB_ENV 
 | 
			
		||||
        echo "PATH=$BASEX_ROOT/bin" >> $GITHUB_ENV 
 | 
			
		||||
      
 | 
			
		||||
    - name: Verify PATH
 | 
			
		||||
      run: |
 | 
			
		||||
        echo $PATH$
 | 
			
		||||
        basex -v
 | 
			
		||||
        basex 
 | 
			
		||||
 | 
			
		||||
    - name: Checkout repository
 | 
			
		||||
      uses: actions/checkout@v4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1,2 @@
 | 
			
		|||
30/1/2025.................
 | 
			
		||||
..lgnfj
 | 
			
		||||
..lgnfjf
 | 
			
		||||
| 
						 | 
				
			
			@ -2,8 +2,9 @@
 | 
			
		|||
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
 | 
			
		||||
 | 
			
		||||
declare variable $custom:= "/usr/local/basex/lib/custom/";
 | 
			
		||||
declare variable $base:=static-base-uri()=>file:parent()=>file:parent();
 | 
			
		||||
"copy..
 | 
			
		||||
declare variable $base:=file:parent(db:system()/globaloptions/dbpath/string());
 | 
			
		||||
"
 | 
			
		||||
copy..
 | 
			
		||||
",
 | 
			
		||||
file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base)=>trace("Source: ")
 | 
			
		||||
         ,$custom),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue