.gitlab-ci.yml: Clone and build openpower-isa
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Mon, 3 May 2021 21:57:58 +0000 (23:57 +0200)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 May 2021 19:18:22 +0000 (20:18 +0100)
.gitlab-ci.yml

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