From 289ae5cc49eee8380210e09db3a8ec3f12ca176a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 20 Apr 2022 21:40:14 -0700 Subject: [PATCH] add missing nmutil dependency --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea7feca..39fd528 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,12 @@ build: - python3 setup.py develop - popd + - git clone --depth 1 https://git.libre-soc.org/git/nmutil.git nmutil + - pushd nmutil + - git rev-parse HEAD + - python3 setup.py develop + - popd + - git clone --depth 1 https://gitlab.com/nmigen/nmigen-boards.git nmigen-boards - pushd nmigen-boards - git rev-parse HEAD -- 2.30.2