github actions, take 6
This commit is contained in:
parent
a605654fb9
commit
2fc39afdcc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -32,6 +32,10 @@ jobs:
|
|||
repository: Rconybea/indentlog
|
||||
path: repo/indentlog
|
||||
|
||||
- name: Configure indentlog
|
||||
# configure cmake for indentlog in dedicated build directory.
|
||||
run: cmake -B ${{github.workspace}}/build_indentlog -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/indentlog
|
||||
|
||||
# # 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