billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6e33cbd77ec990421b97c1c97eab05a8b3f3290e

commit 6e33cbd77ec990421b97c1c97eab05a8b3f3290e
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Sep 23 23:34:16 2020 +0200

    ci: test against efl-1.25.0
---
 .circleci/config.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 75ddfa1..2f0c4eb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -58,6 +58,23 @@ jobs:
             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-r2.apk /pkg/efl-dev-1.24.3-r2.apk
+      - run:
+          name: Compile with GCC
+          command: |
+            cd /terminology
+            meson . build
+            meson configure build
+            cd build
+            ninja -j4
   build_and_test_debug_gcc_efl_latest:
     docker:
       - image: borisfaure/terminology-ci:latest
@@ -184,6 +201,9 @@ workflows:
       - 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