From e318a80cb7d0c4441af803e7eea0ca47511c54dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Tue, 4 May 2021 12:57:26 +0200 Subject: [PATCH] .gitlab-ci.yml: Clone and build power-instruction-analyzer --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d61f85b..30f5568f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,13 @@ build: - pip install dist/sfpy*.whl - popd + - cargo install maturin + - git clone --depth 1 https://git.libre-soc.org/git/power-instruction-analyzer.git pia + - pushd pia + - maturin build --cargo-extra-args=--features=python-extension + - python3 -m pip install target/wheels/*.whl + - popd + - python setup.py develop - python src/soc/decoder/pseudo/pywriter.py - nosetests -v --processes=-1 --process-timeout=120 -- 2.30.2