From: Jonathan Neuschäfer Date: Tue, 4 May 2021 10:57:26 +0000 (+0200) Subject: .gitlab-ci.yml: Clone and build power-instruction-analyzer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e318a80cb7d0c4441af803e7eea0ca47511c54dd;p=soc.git .gitlab-ci.yml: Clone and build power-instruction-analyzer --- 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