mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 11:10:10 +00:00
small changes and disable libass until it is ready
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -15,6 +15,7 @@ pipeline {
|
||||
agent none
|
||||
environment {
|
||||
DEBUG = "1"
|
||||
HEADLESS = "1"
|
||||
}
|
||||
options { buildDiscarder logRotator(numToKeepStr: '4') }
|
||||
stages {
|
||||
@@ -40,7 +41,7 @@ pipeline {
|
||||
axes {
|
||||
axis {
|
||||
name 'COMP_OPTS';
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF STATIC=ON', 'OPT=3 LTO=ON STATIC=ON PGO=ON'
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
@@ -61,7 +62,7 @@ pipeline {
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'archlinux' }
|
||||
axis {
|
||||
name 'COMP_OPTS';
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF STATIC=ON', 'OPT=3 LTO=ON STATIC=ON PGO=ON'
|
||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user