Skip to content

Commit

Permalink
add library generation to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Feb 6, 2024
1 parent d2b7260 commit 4898213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Configure Acorn
run: cmake -B build -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_COMPILER=g++

- name: Generate the Header Only Library
run: ./script/headeronly.sh > bin/acorn.h

- name: Build Acorn
run: |
export CPLUS_INCLUDE_PATH="$PWD/libint/install/include:$CPLUS_INCLUDE_PATH"
Expand Down

0 comments on commit 4898213

Please sign in to comment.