We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda8b24 commit 6b81902Copy full SHA for 6b81902
.github/workflows/coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
apt update && apt install -y lcov
19
- name: Building
20
run: |
21
- cmake -B build -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DBUILD_TESTING=ON -DENABLE_COVERAGE=ON
+ cmake -B build -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
22
cmake --build build -j`nproc`
23
cmake --install build
24
- name: Testing
0 commit comments