summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-install.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-install.yml')
-rw-r--r--.github/workflows/build-and-install.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index fe7a07bd7a..3da98a3f62 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -45,6 +45,7 @@ jobs:
- 'ubuntu:19.10'
- 'ubuntu:18.04'
- 'ubuntu:16.04'
+ - 'gentoo/stage3-amd64:latest'
include:
- distro: 'alpine:edge'
pre: 'apk add -U bash'
@@ -101,6 +102,11 @@ jobs:
- distro: 'ubuntu:16.04'
pre: 'apt-get update'
rmjsonc: 'apt-get remove -y libjson-c-dev'
+
+ - distro: 'gentoo/stage3-amd64:latest'
+ pre: 'emerge-webrsync'
+ rmjsonc: 'emerge --deselect dev-libs/json-c; emerge --depclean'
+
runs-on: ubuntu-latest
steps:
- name: Git clone repository