Skip to content

Commit

Permalink
Merge pull request #402 from jmalkin/aod_install_fix
Browse files Browse the repository at this point in the history
Merging into my own branch
  • Loading branch information
jmalkin authored Oct 28, 2023
2 parents 351e264 + 08875c2 commit ddeef76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
submodules: true
persist-credentials: false
- name: Configure
run: cd build && cmake ..
run: cmake -B build -S . -DCMAKE_INSTALL_PREFIX=./install_test
- name: Build C++ unit tests
run: cmake --build build --config Release
- name: Run C++ tests
run: cmake --build build --config Release --target ${{ matrix.config.test_target }}
- name: Install headers
run: cmake --build build -t install

0 comments on commit ddeef76

Please sign in to comment.