projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9cceca
)
.gitlab-ci.yml: Clone and build openpower-isa
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Mon, 3 May 2021 21:57:58 +0000
(23:57 +0200)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 4 May 2021 19:18:22 +0000
(20:18 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 039871955f8cbe390d122c60af40865c0377b016..4911540f36b5669457a08aa84666ad7ca9d9ecb0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-80,6
+80,13
@@
build:
- python setup.py develop
- popd
+ - git clone --depth 1 https://git.libre-soc.org/git/openpower-isa.git openpower-isa
+ - pushd openpower-isa
+ - python3 setup.py develop
+ - make svanalysis
+ - make pywriter
+ - popd
+
- IEEE754FPU_PATH="$(pwd)"/ieee754fpu
- git clone --depth 1 --recursive https://github.com/billzorn/sfpy.git sfpy
- pushd sfpy