.gitlab-ci.yml: introduce mdis dependency
authorDmitry Selyutin <ghostmansd@gmail.com>
Thu, 22 Jun 2023 21:26:30 +0000 (00:26 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Thu, 22 Jun 2023 21:26:30 +0000 (00:26 +0300)
.gitlab-ci.yml

index 71a8ad1a9b189ece3a361ed83d921cd1900cd432..fac0e3083a64eeb1180aa8594115afaa97053064 100644 (file)
@@ -84,6 +84,12 @@ build:
         - python3 setup.py develop
         - popd
 
+        - git clone --depth 1 https://git.libre-soc.org/git/mdis.git mdis
+        - pushd mdis
+        - git rev-parse HEAD
+        - python3 setup.py develop
+        - popd
+
         - git clone --depth 1 https://git.libre-soc.org/git/nmutil.git nmutil
         - pushd nmutil
         - git rev-parse HEAD