From 760e3bce8936c97ef7210ebae472ac0e47f0748a Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Sat, 11 Jan 2020 23:22:05 +0200 Subject: [PATCH] broke ci :( --- .circleci/config.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07ae8a3..c289b35 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,10 +6,6 @@ jobs: - image: debian:bullseye steps: - checkout - - run: - name: Pulling Catch2 - command: | - git submodule update --init --recursive extern/Catch2 - run: name: Installing python command: | @@ -19,10 +15,11 @@ jobs: command: | cd python && python3 ci_single_header_check.py - run: - name: Installing applications + name: Installing dependencies command: | apt-get -qq update && apt-get install -y git clang-9 g++-9 python3-pip ninja-build pip3 install meson + git submodule update --init --recursive extern/Catch2 - run: name: Building with clang command: | @@ -32,7 +29,7 @@ jobs: name: Building with gcc command: | CXX=g++-9 meson build-gcc - cd build-gcc && ninja -v -j 4 + cd build-gcc && ninja -v -j 4 - run: name: Running tests command: | @@ -46,9 +43,9 @@ jobs: - run: name: Installing dependencies command: | - git submodule update --init extern/m.css - apt-get -qq update && apt-get install -y python3 doxygen python3-pip cmake clang-9 flex bison + apt-get -qq update && apt-get install -y python3 doxygen python3-pip cmake clang-9 flex bison git pip3 install beautifulsoup4 jinja2 pygments html5lib + git submodule update --init extern/m.css - run: name: Building and installing Doxygen 1.8.17 command: |