From 24825aa6ed48043b6d0d8f50fa00636f9fa6ce4a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 13 Aug 2019 13:40:44 +1000 Subject: [PATCH] circleci: checkout out the repo before we run meson Having the files around helps tremendously. Signed-off-by: Peter Hutterer --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5ff137..65800d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,7 @@ jobs: - run: command: | dnf install -y meson gettext python3-devel pygobject3-devel python3-flake8 + - checkout - run: command: | meson builddir