[gnome-applets/wip/muktupavels/test: 1/2] ci: add crun tag




commit 1650606914b209ddd969047fa0ee96da7938470b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 27 10:56:13 2022 +0200

    ci: add crun tag

 .gitlab-ci.yml            | 4 ++++
 gnome-applets/Makefile.am | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4cc5bd16..d597f9267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,8 @@ ubuntu:
   stage: build
   except:
     - tags
+  tags:
+    - crun
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies
@@ -53,6 +55,8 @@ coverity:
   image: ubuntu:devel
   stage: analysis
   when: manual
+  tags:
+    - crun
   before_script:
     - apt-get update
     - *install-ubuntu-dependencies
diff --git a/gnome-applets/Makefile.am b/gnome-applets/Makefile.am
index a44c6e881..9f318faeb 100644
--- a/gnome-applets/Makefile.am
+++ b/gnome-applets/Makefile.am
@@ -222,12 +222,12 @@ resource_files = \
 ga-resources.c: gnome-applets.gresource.xml Makefile.am $(resource_files)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
-               --generate --c-name ga $<
+               --generate --c-name ga $< || true
 
 ga-resources.h: gnome-applets.gresource.xml
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
                --target=$@ --sourcedir=$(srcdir) \
-               --generate --c-name ga $<
+               --generate --c-name ga $< || true
 
 BUILT_SOURCES = \
        ga-resources.c \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]