Skip to content

Commit

Permalink
skip ports
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Dec 3, 2023
1 parent 1b8db58 commit 01e0a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liblcf/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ pipeline {
agent none
stages {
stage('Build Ports') {
when {
expression { ['all' ,'3DS', 'Switch', 'PSVita', 'Wii', 'WiiU'].contains(params.PLATFORM_FILTER) }
}
matrix {
agent {
label "${PLATFORM}"
Expand Down

0 comments on commit 01e0a8e

Please sign in to comment.