[ci] Use executor with Circle's image for autotools job
This commit is contained in:
parent
c70f509022
commit
42bcc47d01
|
@ -4,6 +4,9 @@ executors:
|
|||
win32-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
autotools-executor:
|
||||
docker:
|
||||
- image: cimg/base:edge-20.04
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -53,11 +56,10 @@ jobs:
|
|||
|
||||
# will be dropped with autotools removal
|
||||
distcheck:
|
||||
docker:
|
||||
- image: ubuntu:20.04
|
||||
executor: autotools-executor
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt update && DEBIAN_FRONTEND=noninteractive apt install -y git ninja-build binutils libtool autoconf automake make gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip cmake
|
||||
- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binutils libtool autoconf automake make gcc g++ pkg-config ragel gtk-doc-tools libfontconfig1-dev libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip cmake
|
||||
- run: pip3 install fonttools meson --upgrade
|
||||
- run: ./autogen.sh
|
||||
- run: make -j32
|
||||
|
|
Loading…
Reference in New Issue