Skip to content

Commit

Permalink
Display path info
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 18, 2024
1 parent f49f858 commit 2a71a7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build and Deploy QUBOLib
run: |
cd $GITHUB_WORKSPACE
ls -la ./dist/build/
julia --proj=./scripts/build -e 'import Pkg; Pkg.develop(path=@__DIR__)'
julia --proj=./scripts/build ./scripts/build/script.jl --clear-build --deploy
Expand Down
6 changes: 6 additions & 0 deletions scripts/build/library/deploy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ function deploy_qubolib!(index::QUBOLib.LibraryIndex)

close(index)

@info "[QUBOLib] Display Path Info"
@show "root_path = $(abspath(QUBOLib.root_path(index)))"
@show "library_path = $(abspath(QUBOLib.library_path(index)))"
@show "dist_path = $(abspath(QUBOLib.dist_path(index)))"
@show "build_path = $(abspath(QUBOLib.build_path(index)))"

# Calculate tree hash
@info "[QUBOLib] Compute Tree Hash"

Expand Down

0 comments on commit 2a71a7a

Please sign in to comment.