Skip to content

Commit

Permalink
Install during test
Browse files Browse the repository at this point in the history
Allows to gather a list of installed files and
compare them when making changes.
  • Loading branch information
kbroulik committed Dec 27, 2023
1 parent 696d055 commit e951a45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
run: |
MAKEFLAGS=-j$(nproc) cmake --build ${BUILD_DIR}
- name: Install
env:
CC: ${{matrix.config.CC}}
CXX: ${{matrix.config.CXX}}
BUILD_DIR: "build/"
run: |
MAKEFLAGS=-j$(nproc) cmake --install ${BUILD_DIR}
- name: XDG Base Dirs
run: |
mkdir -p "$HOME/.qttest/cache"
Expand Down

0 comments on commit e951a45

Please sign in to comment.