billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=88a6b3e602a768dc3e1318874140e71f0c186a77

commit 88a6b3e602a768dc3e1318874140e71f0c186a77
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Jan 1 17:50:59 2022 +0100

    ci: only use efl latest for the moment
---
 .circleci/config.yml | 60 ----------------------------------------------------
 1 file changed, 60 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e3d9c39..72f5061 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -24,57 +24,6 @@ jobs:
           key: checkout-{{ .Environment.CIRCLE_SHA1 }}
           paths:
             - /terminology
-  build_minimal_gcc_efl-1_22:
-    docker:
-      - image: borisfaure/terminology-ci:latest
-    steps:
-      - restore_cache:
-          key: checkout-{{ .Environment.CIRCLE_SHA1 }}
-      - run:
-          name: Install EFL
-          command: apk add /pkg/efl-1.22.6-r0.apk /pkg/efl-dev-1.22.6-r0.apk
-      - run:
-          name: Compile with GCC
-          command: |
-            cd /terminology
-            meson -Dnls=false . build
-            meson configure build
-            cd build
-            ninja -j4
-  build_minimal_gcc_efl-1_23:
-    docker:
-      - image: borisfaure/terminology-ci:latest
-    steps:
-      - restore_cache:
-          key: checkout-{{ .Environment.CIRCLE_SHA1 }}
-      - run:
-          name: Install EFL
-          command: apk add /pkg/efl-1.23.3-r2.apk /pkg/efl-dev-1.23.3-r2.apk
-      - run:
-          name: Compile with GCC
-          command: |
-            cd /terminology
-            meson -Dnls=false . build
-            meson configure build
-            cd build
-            ninja -j4
-  build_minimal_gcc_efl-1_24:
-    docker:
-      - image: borisfaure/terminology-ci:latest
-    steps:
-      - restore_cache:
-          key: checkout-{{ .Environment.CIRCLE_SHA1 }}
-      - run:
-          name: Install EFL
-          command: apk add /pkg/efl-1.24.3-r0.apk /pkg/efl-dev-1.24.3-r0.apk
-      - run:
-          name: Compile with GCC
-          command: |
-            cd /terminology
-            meson -Dnls=false . build
-            meson configure build
-            cd build
-            ninja -j4
   build_and_test_debug_gcc_efl_latest:
     docker:
       - image: borisfaure/terminology-ci:latest
@@ -195,15 +144,6 @@ workflows:
   build-and-deploy:
     jobs:
       - checkout_code
-      - build_minimal_gcc_efl-1_22:
-          requires:
-            - checkout_code
-      - build_minimal_gcc_efl-1_23:
-          requires:
-            - checkout_code
-      - build_minimal_gcc_efl-1_24:
-          requires:
-            - checkout_code
       - build_and_test_debug_gcc_efl_latest:
           requires:
             - checkout_code

-- 


Reply via email to