[gimp-macos-build] Build also webkit



commit 0848d754b7576ab98f63eea9a184aceb25124228
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Fri Aug 30 10:58:50 2019 +0200

    Build also webkit

 .circleci/config.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5b4be97..cdf2a77 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
         # we need to make it automatically depended on the corresponding modules
         - restore_cache:
             keys:
-              - gimp-2.10.12-v1
+              - gimp-2.10.12-v2
               - webkit-v11
               - gimp-deps-v1
               - bootstrap-v12
@@ -79,17 +79,17 @@ jobs:
             paths:
               - ~/gtk
             key: gimp-deps-v1
-#        - run:
-#            name: Build WebKit v1
-#            no_output_timeout: 1h
-#            command: source ~/.profile && jhbuild build webkit
-#        - run:
-#            name: Cleanup
-#            command: find  ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
-#        - save_cache:
-#            paths:
-#              - ~/gtk
-#            key: webkit-v11
+        - run:
+            name: Build WebKit v1
+            no_output_timeout: 1h
+            command: source ~/.profile && jhbuild build webkit
+        - run:
+            name: Cleanup
+            command: find  ~/gtk/source -type d -mindepth 1 -maxdepth 1 | xargs -I% rm -rf %/*
+        - save_cache:
+            paths:
+              - ~/gtk
+            key: webkit-v11
 #        - run:
 #            name: rebuild gtk (temporary)
 #            command: source ~/.profile && rm -rf ~/gtk/source/gtk+-2.24.32 && jhbuild buildone --force gtk+
@@ -108,7 +108,7 @@ jobs:
         - save_cache:
             paths:
               - ~/gtk
-            key: gimp-2.10.12-v1
+            key: gimp-2.10.12-v2
         - run:
             name: Importing signing certificate
             command: |


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