Skip to content
Snippets Groups Projects
Commit 24eaacd0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add alpine linux build (no JS)

parent ccb1b71f
No related branches found
No related tags found
No related merge requests found
Pipeline #7394 failed
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment