Skip to content

Commit fba1e60

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)