summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 19:30:36 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-30 19:30:36 +0700
commitbb0a4a23c231451df0f8a55cd710636e83ef846c (patch)
tree9117f104c089dc685d71a9d694fc1eb457182d90 /.github
parent91ba55ae95a087593a4143706bcc14a03b7d797a (diff)
downloadlibgd-bb0a4a23c231451df0f8a55cd710636e83ef846c.tar.gz
add configure&make&make package. No test, we need cmake for that
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index 7ce8c02..53dc931 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -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: |