[gjs/mozjs102: 49/62] CI: Build mozjs102 images
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/mozjs102: 49/62] CI: Build mozjs102 images
- Date: Sun, 7 Aug 2022 17:53:00 +0000 (UTC)
commit 13800e0e16ab8e432551101f8b8cc2bda53228dd
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Aug 6 16:49:29 2022 -0700
CI: Build mozjs102 images
.gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbd927a8b..1323d8221 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -430,3 +430,17 @@ fedora.mozjs91-debug:
variables:
<<: *docker_variables
DOCKERFILE: test/extra/Dockerfile.debug
+
+fedora.mozjs102:
+ <<: *create_docker_image
+ variables:
+ <<: *docker_variables
+ DOCKERFILE: test/extra/Dockerfile
+ ARGS: --build-arg MOZJS_BRANCH=mozjs102 --build-arg MOZJS_BUILDDEPS=mozjs91
+
+fedora.mozjs102-debug:
+ <<: *create_docker_image
+ variables:
+ <<: *docker_variables
+ DOCKERFILE: test/extra/Dockerfile.debug
+ ARGS: --build-arg MOZJS_BRANCH=mozjs102 --build-arg MOZJS_BUILDDEPS=mozjs91
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]