workflow: xo-simulator: debugging (wip - broken)
This commit is contained in:
parent
8d83e37ac7
commit
76c7733f77
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: clone xo-reflect
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Rconybea/reflect # not xo-reflect !
|
||||
repository: Rconybea/reflect
|
||||
path: repo/xo-reflect
|
||||
|
||||
- name: build xo-reflect
|
||||
|
|
@ -74,6 +74,10 @@ jobs:
|
|||
BUILDDIR=${{github.workspace}}/build_${XONAME}
|
||||
PREFIX=${{github.workspace}}/local
|
||||
|
||||
echo "::group::repo dir tree"
|
||||
tree repo
|
||||
echo "::endgroup"
|
||||
|
||||
echo "::group::configure ${XONAME}
|
||||
cmake -B ${BUILDDIR} -DCMAKE_INSTALL_PREFIX=${PREFIX} ${XOSRC}
|
||||
echo "::endgroup"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue