projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b97194
)
.gitlab-ci.yml: Clone and build c4m-jtag
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Tue, 4 May 2021 10:28:56 +0000
(12:28 +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 4911540f36b5669457a08aa84666ad7ca9d9ecb0..2d61f85b3279793ee33919e6339ec266b53b7408 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-87,6
+87,11
@@
build:
- make pywriter
- popd
+ - git clone --depth 1 https://git.libre-soc.org/git/c4m-jtag.git c4m-jtag
+ - pushd c4m-jtag
+ - python setup.py develop
+ - popd
+
- IEEE754FPU_PATH="$(pwd)"/ieee754fpu
- git clone --depth 1 --recursive https://github.com/billzorn/sfpy.git sfpy
- pushd sfpy