ci: Add debian buster and debian bullseye

Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
Robert Winkler 2020-12-11 13:07:14 +01:00
parent f0134981b9
commit aec4fe1cf1
3 changed files with 13 additions and 1 deletions

View File

@ -14,24 +14,28 @@ jobs:
- {fpga-fam: "eos-s3", os: "ubuntu", os-version: "focal", example: "counter"}
- {fpga-fam: "eos-s3", os: "centos", os-version: "7", example: "counter"}
- {fpga-fam: "eos-s3", os: "centos", os-version: "8", example: "counter"}
- {fpga-fam: "eos-s3", os: "debian", os-version: "buster", example: "counter"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "counter"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "counter"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "counter"}
- {fpga-fam: "xc7", os: "centos", os-version: "7", example: "counter"}
- {fpga-fam: "xc7", os: "centos", os-version: "8", example: "counter"}
- {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "counter"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "picosoc"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "picosoc"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "picosoc"}
- {fpga-fam: "xc7", os: "centos", os-version: "7", example: "picosoc"}
- {fpga-fam: "xc7", os: "centos", os-version: "8", example: "picosoc"}
- {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "picosoc"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "litex_linux"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "litex_linux"}
- {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "litex_linux"}
- {fpga-fam: "xc7", os: "centos", os-version: "7", example: "litex_linux"}
- {fpga-fam: "xc7", os: "centos", os-version: "8", example: "litex_linux"}
- {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "litex_linux"}
env:
LANG: "en_US.UTF-8"
DOCKER_NAME: test

View File

@ -58,7 +58,7 @@ which you can install with::
* ``<fpga-family>`` is one of ``{eos-s3, xc7}`` (the two currently
covered platforms - EOS-S3 and Xilinx series 7).
* ``<os>`` is one of ``{ubuntu, centos}`` (currently supported operating systems).
* ``<os>`` is one of ``{ubuntu, debian, centos}`` (currently supported operating systems).
To install the toolchain (just the first time), run::

View File

@ -19,6 +19,14 @@ To be able to follow through this tutorial, install the following software:
apt update -y
apt install -y git wget xz-utils
.. group-tab:: Debian
.. code-block:: bash
:name: install-reqs-debian
apt update -y
apt install -y git wget xz-utils
.. group-tab:: CentOS
.. code-block:: bash