projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348016f
)
.gitlab-ci.yml: introduce mdis dependency
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Thu, 22 Jun 2023 21:26:30 +0000
(
00:26
+0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Thu, 22 Jun 2023 21:26:30 +0000
(
00:26
+0300)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 71a8ad1a9b189ece3a361ed83d921cd1900cd432..fac0e3083a64eeb1180aa8594115afaa97053064 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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