ci: move pybindgen to a private runner

This commit is contained in:
Tommaso Pecorella
2022-04-25 12:04:55 +02:00
parent 2425d2b041
commit 0fd04a774b

View File

@@ -3,6 +3,9 @@ pybindgen-21.04:
only:
variables:
- $RELEASE == "weekly"
tags:
- nsnam
- linux
before_script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip
@@ -28,6 +31,9 @@ pybindgen-20.04:
only:
variables:
- $RELEASE == "manual"
tags:
- nsnam
- linux
before_script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip
@@ -52,6 +58,9 @@ pybindgen-18.04:
only:
variables:
- $RELEASE == "manual"
tags:
- nsnam
- linux
before_script:
- apt-get update
- apt-get install -y software-properties-common