Skip to content
Snippets Groups Projects
Unverified Commit 6ec77851 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Test with three different osc versions

parent 36a3c1a3
No related branches found
No related tags found
No related merge requests found
Pipeline #98138 canceled
......@@ -30,8 +30,16 @@ test:
- when: on_success
needs:
- build
parallel:
matrix:
- OSC_VERSION:
- 0.167.1
- 0.182.1
- 1.7.0
script:
- apt install -y ./_build/*deb dpkg-dev
- rm -rf /usr/lib/python3/dist-packages/osc*
- pip install "osc==$OSC_VERSION"
- mkdir -p "$HOME"
- |
cat > ~/.oscrc <<EOF
......
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