Skip to content

Commit 6e0e710

Browse files
committed
Enable Clouseau for the Windows CI
1 parent a056b0e commit 6e0e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/Jenkinsfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def generateNativeStage(platform) {
225225
dir( "${platform}/build" ) {
226226
powershell( script: """
227227
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
228-
.\\configure.ps1 -SkipDeps -WithNouveau -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn}
228+
.\\configure.ps1 -SkipDeps -WithNouveau -WithClouseau -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn}
229229
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
230230
make -f Makefile.win release
231231
""", label: 'Configure and Build')

0 commit comments

Comments
 (0)