Skip to content

Commit 4240af5

Browse files
committed
core: add environment variables to disable unwanted score features
1 parent b03a99f commit 4240af5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
app-domain: "sat.qc.ca"
4343
app-identifier: "ca.qc.sat.koaia"
4444
app-description: "A tool for exploring generative ai"
45+
app-environment: environment
4546
app-copyright: "Société des Arts Technologiques"
4647
app-version: "1.0"
4748
app-png: "qml/koaia/resources/images/koaia_logo.png"

environment

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export SCORE_AUDIO_BACKEND=dummy
2+
export SCORE_DISABLE_LIBRARY=1
3+
export SCORE_DISABLE_AUDIO_PLUGINS=1

0 commit comments

Comments
 (0)