github: checkout/build/install refcnt dep
This commit is contained in:
parent
955462003b
commit
d1be10ab3a
1 changed files with 15 additions and 0 deletions
15
.github/workflows/cmake-single-platform.yml
vendored
15
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -53,6 +53,21 @@ jobs:
|
|||
- name: Install subsys
|
||||
run: cmake --install ${{github.workspace}}/build_subsys
|
||||
|
||||
- name: Clone refcnt
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Rconybea/refcnt
|
||||
path: repo/refcnt
|
||||
|
||||
- name: Configure refcnt
|
||||
run: cmake -B ${{github.workspace}}/build_refcnt -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/refcnt
|
||||
|
||||
- name: Build refcnt
|
||||
run: cmake --build ${{github.workspace}}/build_refcnt --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Install refcnt
|
||||
run: cmake --install ${{github.workspace}}/build_refcnt
|
||||
|
||||
- name: Checkout reflect
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue