summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-31 13:22:20 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-31 13:22:20 +0700
commit9dd319d30db5788962fd9c9c37396133d2228b9a (patch)
tree40244c992dab37a80d24756063c42c5aff6dcee0 /.github
parentc1f8a75f51984808424de2ea26a0be0ba2343d51 (diff)
downloadlibgd-9dd319d30db5788962fd9c9c37396133d2228b9a.tar.gz
add Intel CLang
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index f15adb9..c1268c6 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -28,6 +28,12 @@ jobs:
cflags: "-msse2"
}
- {
+ name: "Ubuntu Intel Clang",
+ os: ubuntu-latest,
+ cc: "clang-12",
+ cxx: "clang-cpp-12"
+ }
+ - {
name: "Ubuntu Graviton Clang",
os: [self-hosted, Linux, ARM64, graviton],
cc: "clang-12",
@@ -95,7 +101,6 @@ jobs:
-DENABLE_TIFF=1 -DENABLE_XPM=1 -DENABLE_GD_FORMATS=1 -DENABLE_HEIF=1 -DENABLE_RAQM=1
-DBUILD_TEST=1 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-DCMAKE_TOOLCHAIN_FILE=/home/pierre/projects/libgd/libgd_ghactions/cmake/modules/linux-clang.cmake
- -DCMAKE_SYSTEM_PROCESSOR=armv7
- name: Configure CMake gcc
if: contains(matrix.config.cc, 'gcc')