From 24eaacd0ee98d918c7766ec2f15f98cb76ef6976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Wed, 18 Dec 2024 18:45:27 -0500 Subject: [PATCH] Add alpine linux build (no JS) --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa6d915c96..a7a3427d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,13 @@ include: tagname: "Linux" has_gtk: "yes" build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' + - local: '.gitlab-ci-unix.yml' + inputs: + os: "alpine-linux" + platform: "x64" + tagname: "alpine-linux" + build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' + no_javascript: 'yes' - local: '.gitlab-ci-unix.yml' inputs: os: 'mingw-w64' -- GitLab