.gitlab-ci.yml: Clone and build c4m-jtag
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 4 May 2021 10:28:56 +0000 (12:28 +0200)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 May 2021 19:18:22 +0000 (20:18 +0100)
.gitlab-ci.yml

index 4911540f36b5669457a08aa84666ad7ca9d9ecb0..2d61f85b3279793ee33919e6339ec266b53b7408 100644 (file)
@@ -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