Skip to content

Commit

Permalink
[add] LICENSE, COPYING to release archive file
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Dec 11, 2019
1 parent be87c17 commit 6861e2b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,23 @@ jobs:
- name: build on ubuntu
run: cmake --build build --parallel

- name: create COPYING
run: |
touch COPYING
echo "Eigen (C++ template library for linear algebra)" >> COPYING
echo "-----------------------------------------------" >> COPYING
cat build/deps/build/eigen/src/eigen/COPYING.MPL2 >> COPYING
echo "" >> COPYING
echo "toml11 (C++11 header-only toml parser/encoder)"
echo "-----------------------------------------------" >> COPYING
cat build/deps/build/toml11/src/toml11/LICENSE >> COPYING
- name: make archive file
run: |
mkdir trochia
cp README.md trochia/
cp LICENSE trochia/
cp COPYING trochia/
cp build/trochia trochia/
zip -r trochia-linux.zip trochia/
- name: Release
Expand Down

0 comments on commit 6861e2b

Please sign in to comment.