Skip to content

Commit

Permalink
Provide full installation in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Oct 13, 2024
1 parent daa26a5 commit 9b4c321
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,23 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config Release

<<<<<<< Updated upstream
=======
- name: Install
run: cmake --install ${{github.workspace}}/build --prefix ${{github.workspace}}/dist

>>>>>>> Stashed changes
- name: Publish
uses: actions/upload-artifact@v3
with:
name: build-win64-sr${{matrix.sr_flag}}
path: |
<<<<<<< Updated upstream
${{github.workspace}}/build/DMI/Release
${{github.workspace}}/build/EVC/Release
=======
${{github.workspace}}/dist
>>>>>>> Stashed changes

build_wasm:
name: Build for WASM
Expand Down

0 comments on commit 9b4c321

Please sign in to comment.