Skip to content

Commit c8d4812

Browse files
committed
Enable basic CI
1 parent 723a492 commit c8d4812

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ pipeline {
3131
PR_DOCKERHUB_IMAGE = 'lspipepr/piper'
3232
DIST_IMAGE = 'ubuntu'
3333
MULTIARCH='false'
34-
CI='false'
34+
CI='true'
3535
CI_WEB='false'
3636
CI_DELAY='120'
37-
CI_DOCKERENV=''
37+
CI_DOCKERENV='PIPER_VOICE=en_US-lessac-medium'
3838
CI_AUTH=''
3939
CI_WEBPATH=''
4040
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Find us at:
3535
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/piper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/piper)
3636
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/piper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/piper)
3737
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-piper%2Fjob%2Fgpu%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-piper/job/gpu/)
38+
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fpiper%2Fgpu%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/piper/gpu/index.html)
3839

3940
[Piper](https://github.com/rhasspy/piper/) is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.
4041

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ repo_vars:
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/piper'
2020
- DIST_IMAGE = 'ubuntu'
2121
- MULTIARCH='false'
22-
- CI='false'
22+
- CI='true'
2323
- CI_WEB='false'
2424
- CI_DELAY='120'
25-
- CI_DOCKERENV=''
25+
- CI_DOCKERENV='PIPER_VOICE=en_US-lessac-medium'
2626
- CI_AUTH=''
2727
- CI_WEBPATH=''

0 commit comments

Comments
 (0)