Till Wegmueller
2023-09-06 aa5f895fa42e66aea73d20934acbb08ff6a3a375
Switch to full mode to test if it builds incremental

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
1 files modified
4 ■■■■ changed files
ci/user-build.groovy 4 ●●●● patch | view | raw | blame | history
ci/user-build.groovy
@@ -17,14 +17,14 @@
            steps {
                sh 'rm -f components/components.mk'
                sh 'rm -f components/depends.mk'
                withPublisher('openindiana.org', 'incremental') {
                withPublisher('openindiana.org', 'full') {
                    sh 'gmake setup'
                }
            }
        }
        stage('Gmake Publish') {
            steps {
                withPublisher('openindiana.org', 'incremental') {
                withPublisher('openindiana.org', 'full') {
                    sh 'gmake publish -k'
                }
            }