mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 19:20:11 +00:00
temporarily disable darwin on ci
This commit is contained in:
38
Jenkinsfile
vendored
38
Jenkinsfile
vendored
@@ -36,25 +36,25 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build ffmpeg on darwin') {
|
// stage('build ffmpeg on darwin') {
|
||||||
matrix {
|
// matrix {
|
||||||
axes {
|
// axes {
|
||||||
axis {
|
// axis {
|
||||||
name 'COMP_OPTS';
|
// name 'COMP_OPTS';
|
||||||
values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
// values 'OPT=0 LTO=OFF STATIC=OFF', 'OPT=2 LTO=OFF', 'PGO=ON'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
stages {
|
// stages {
|
||||||
stage('build on darwin ') {
|
// stage('build on darwin ') {
|
||||||
agent { label "darwin" }
|
// agent { label "darwin" }
|
||||||
steps {
|
// steps {
|
||||||
sh "${COMP_OPTS} ./scripts/build.sh"
|
// sh "${COMP_OPTS} ./scripts/build.sh"
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: 'gitignore/package/*.tar.xz', defaultExcludes: false
|
// archiveArtifacts allowEmptyArchive: true, artifacts: 'gitignore/package/*.tar.xz', defaultExcludes: false
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
stage('build ffmpeg on linux') {
|
stage('build ffmpeg on linux') {
|
||||||
matrix {
|
matrix {
|
||||||
axes {
|
axes {
|
||||||
|
|||||||
Reference in New Issue
Block a user