Commit 6c7d9415 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p/reuse' into 'master'

Implement REUSE specification

See merge request allpix-squared/allpix-squared!636
parents eee25796 f5bc48cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
#!/bin/bash

# SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: MIT

# Determine which OS you are using
if [ "$(uname)" = "Linux" ]; then
    if [ "$( cat /etc/*-release | grep "CentOS Linux 7" )" ]; then
+3 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2016-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

---
Language: Cpp
Standard: c++17
+3 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2017-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

Checks : '-*,
          boost-*,
          mpi-*,
+3 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2021-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

parse:
  _help_additional_commands:
  - Specify structure for custom cmake functions
+3 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2020-2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

# Exclude everything from Docker build context that is not necessary:
*
!.git
Loading