github: + stage2 build
This commit is contained in:
parent
341fcfd1c7
commit
e84fad8dab
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main-stock-ubuntu.yml
vendored
9
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -32,6 +32,15 @@ jobs:
|
|||
echo "::group::xo-cmake install"
|
||||
cmake --install .build0
|
||||
|
||||
- name: build xo subprojects
|
||||
run: |
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -B . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
echo "::group::xo build"
|
||||
cmake --build .build
|
||||
echo "::gorup::xo install"
|
||||
cmake --install .build
|
||||
|
||||
- name: print install path
|
||||
run: |
|
||||
tree ${{github.workspace}}/local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue