diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8068748..265bd4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,6 +93,14 @@ jobs: # cd doc/demos/Unzipper # echo "1234" | ./build/demo_unzip -p -f -o /tmp ../../../tests/issues/issue_05_password.zip # ls /tmp/issue_05/foo/bar /tmp/issue_05/Nouveau\ dossier/ /tmp/issue_05/Nouveau\ fichier\ vide + - name: Check if the library can be linked against a project + run: | + git clone https://github.com/Lecrapouille/LinkAgainstMyLibs.git --recurse-submodules --depth=1 + cd LinkAgainstMyLibs/Zipper + make -j`nproc --all` + ./build/Zipper + ls ziptest.zip /tmp/somefile.txt + cat /tmp/somefile.txt ############################################################################# ### Windows