Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7f4d30b..ee5d534 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,6 +28,10 @@ jobs:
name_extra: Without simd
- CC: gcc
+ CONF_FLAGS: --enable-glamor
+ name_extra: With glamor
+
+ - CC: gcc
CONF_FLAGS: --host=i686-linux
CFLAGS: -m32
arch: i386
@@ -45,6 +49,10 @@ jobs:
name_extra: Without simd
- CC: clang
+ CONF_FLAGS: --enable-glamor
+ name_extra: With glamor
+
+ - CC: clang
CONF_FLAGS: --host=i686-linux
CFLAGS: -m32
arch: i386