github: + indentlog build action
This commit is contained in:
parent
2fc39afdcc
commit
be3880779f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-single-platform.yml
vendored
3
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
# configure cmake for indentlog in dedicated build directory.
|
||||
run: cmake -B ${{github.workspace}}/build_indentlog -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/indentlog
|
||||
|
||||
- name: Build indentlog
|
||||
run: cmake --build ${{github.workspace}}/build_indentlog --config ${{env.BUILD_TYPE}}
|
||||
|
||||
# # fetch source tree for indentlog dependency
|
||||
# run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:rconybea/indentlog.git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue