add configure&make&make package. No test, we need cmake for that

master
Pierre Joye 2021-08-30 19:30:36 +07:00
parent 91ba55ae95
commit bb0a4a23c2
1 changed files with 6 additions and 0 deletions

View File

@ -133,6 +133,12 @@ jobs:
echo "TMP=${{github.temp}}" >> $GITHUB_ENV
CTEST_OUTPUT_ON_FAILURE=1 ctest -C ${{env.BUILD_TYPE}}
-name: Configure and Make
run: |
/configure --with-png --with-jpeg --with-ramq --with-heif=/home/pierre/usr/ --with-xpm --with-tiff --with-webp --with-liq --enable-gd --enable-gd-formats --with-zlib
make
make package
- name: Output Log
if: contains(matrix.os, 'ubuntu')
run: |