From 161fa2022cbc84c72efca7c09beab225b07184c3 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 11 Jun 2020 23:22:47 +0200 Subject: [PATCH] circleci: no longer test against EFL-1.20/EFL-1.21 --- .circleci/config.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ed44f98..4050a88c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,40 +20,6 @@ jobs: key: checkout-{{ .Environment.CIRCLE_SHA1 }} paths: - /terminology - build_minimal_gcc_efl-1.20: - docker: - - image: borisfaure/terminology-ci:latest - steps: - - restore_cache: - key: checkout-{{ .Environment.CIRCLE_SHA1 }} - - run: - name: Install EFL - command: apk add /pkg/efl-1.20.7-r0.apk /pkg/efl-dev-1.20.7-r0.apk - - run: - name: Compile with GCC - command: | - cd /terminology - meson . build - meson configure build - cd build - ninja -j4 - build_minimal_gcc_efl-1.21: - docker: - - image: borisfaure/terminology-ci:latest - steps: - - restore_cache: - key: checkout-{{ .Environment.CIRCLE_SHA1 }} - - run: - name: Install EFL - command: apk add /pkg/efl-1.21.1-r0.apk /pkg/efl-dev-1.21.1-r0.apk - - run: - name: Compile with GCC - command: | - cd /terminology - meson . build - meson configure build - cd build - ninja -j4 build_minimal_gcc_efl-1.22: docker: - image: borisfaure/terminology-ci:latest @@ -205,12 +171,6 @@ workflows: build-and-deploy: jobs: - checkout_code - - build_minimal_gcc_efl-1.20: - requires: - - checkout_code - - build_minimal_gcc_efl-1.21: - requires: - - checkout_code - build_minimal_gcc_efl-1.22: requires: - checkout_code