mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
rename variables
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -53,9 +53,9 @@ pipeline {
|
||||
}
|
||||
axis {
|
||||
name 'OPT_AND_LTO'
|
||||
values 'OPT_LVL=0 LTO=false',
|
||||
'OPT_LVL=2 LTO=false',
|
||||
'OPT_LVL=3 LTO=true'
|
||||
values 'OPT=0 LTO=false',
|
||||
'OPT=2 LTO=false',
|
||||
'OPT=3 LTO=true'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user