Skip to content

Commit

Permalink
Specify CCACHE_DIR in CI job
Browse files Browse the repository at this point in the history
giacomofiorin committed Sep 11, 2023
1 parent 4008361 commit 38b459b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ jobs:
- name: Build and test library (GCC)
env:
CCACHE: ccache
CCACHE_DIR: ~/.ccache
run: cmake -P devel-tools/build_test_library.cmake

- name: Check documentation of command-line scripting interface
@@ -67,13 +68,15 @@ jobs:
env:
CMAKE_BUILD_DIR: build-clang
CCACHE: ccache
CCACHE_DIR: ~/.ccache
CXX: clang++
CC: clang
run: cmake -P devel-tools/build_test_library.cmake

- name: Build library with debug flags enabled
env:
CCACHE: ccache
CCACHE_DIR: ~/.ccache
run: cmake -D COLVARS_DEBUG=ON -P devel-tools/build_test_library.cmake

- name: Check whether secrets are available

0 comments on commit 38b459b

Please sign in to comment.