Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
cd "${{github.workspace}}/build"
ctest -C ${{matrix.build}} --verbose

- name: Prepare licenses
if: matrix.build == 'Release'
shell: bash
run: |
set -e
cp -R ./THIRD_PARTY_LICENSES.txt ./build/CZICheck

# gather the binaries and put them into a zip-file
- name: Package
if: ${{ (matrix.OS == 'ubuntu-latest') }}
Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: CZICheck
Upstream-Contact: Carl Zeiss Microscopy GmbH <github.microscopy@zeiss.com>
Source: https://github.com/ZEISS/czicheck

Files: .github/* .gitignore README.md LICENSE CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md cla_corporate.txt cla_individual.txt
Files: .github/* .gitignore README.md LICENSE CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md cla_corporate.txt cla_individual.txt THIRD_PARTY_LICENSES.txt
Copyright: 2023 Carl Zeiss Microscopy GmbH
License: MIT

Expand Down
Loading
Loading