circleci: no longer test against EFL-1.20/EFL-1.21

This commit is contained in:
Boris Faure 2020-06-11 23:22:47 +02:00
parent 983b6698ac
commit 161fa2022c
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 40 deletions

View File

@ -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