circleci: checkout out the repo before we run meson
Having the files around helps tremendously. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fc16085597
commit
24825aa6ed
|
@ -8,6 +8,7 @@ jobs:
|
|||
- run:
|
||||
command: |
|
||||
dnf install -y meson gettext python3-devel pygobject3-devel python3-flake8
|
||||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
meson builddir
|
||||
|
|
Loading…
Reference in New Issue