X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=c57c2d547bf19eb76421deb3cb99e33e9d883a32;hb=refs%2Fheads%2Fmaster;hp=013521677540cd7b03fa2c314749408fa269706d;hpb=9836178f220db61bb2945c35c8d0128a3a3b6d23;p=soc.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01352167..c57c2d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,16 @@ build: - . .env/bin/activate - pip install pytest-xdist==3.3.1 pytest==7.3.1 + - git clone --depth 1 -b v0.1.1 https://github.com/cocotb/cocotb-bus.git cocotb-bus + - pushd cocotb-bus + - pip install . --no-deps + - popd + + - git clone --depth 1 -b v1.5.2 https://github.com/cocotb/cocotb.git cocotb + - pushd cocotb + - pip install . + - popd + - git clone --depth 1 https://git.libre-soc.org/git/pytest-output-to-files.git pytest-output-to-files - pushd pytest-output-to-files - git rev-parse HEAD @@ -84,11 +94,6 @@ build: - make install - popd - - git clone --depth 1 -b v1.5.2 https://github.com/cocotb/cocotb.git cocotb - - pushd cocotb - - python3 setup.py install - - popd - - git clone --depth 1 https://gitlab.com/nmigen/nmigen.git nmigen - pushd nmigen - git rev-parse HEAD @@ -155,4 +160,4 @@ build: - popd - python setup.py develop - - SILENCELOG='!*,default' pytest -v --maxfail=10 + - SILENCELOG='!*,default' pytest -v --maxfail=20