Skip to content

Commit f9801df

Browse files
.github/workflows/dnmtools_release_linux.yml: updates to build in the license info when making a binary for release
1 parent 6799414 commit f9801df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dnmtools_release_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
autoreconf -i && \
6161
mkdir build && cd build && \
6262
../configure --with-libdeflate && \
63+
../data/make_full_license_info_header.sh ../data/LICENSE > license.h && \
64+
echo "#define INCLUDE_FULL_LICENSE_INFO 1" >> config.h && \
6365
make -j4 LDFLAGS="-static-libgcc -static-libstdc++ -s" && \
6466
tar -cf dnmtools-${{ steps.get-vn.outputs.vn }}-Linux.tar.gz dnmtools
6567
run: |

0 commit comments

Comments
 (0)