Skip to content
Snippets Groups Projects
Commit e0bb3aed authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Prepare for testing the QT parts

parent 419914bc
No related branches found
No related tags found
No related merge requests found
Pipeline #72142 passed
stages: stages:
- test - test
before-script: before_script:
- apt-get update --yes - apt-get update --yes
- apt-get install --yes build-essential cmake libfmt-dev pybind11-dev - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- python --version - python --version
- pip install pytest pytest-cov - pip install pytest pytest-cov
- pip install . - pip install .
- pip show b_asic - pip show b_asic
.run-test: .run-test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment