mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
add darwin to CI
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -59,7 +59,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Run Multiarch Image') {
|
stage('Build on darwin') {
|
||||||
|
agent { label "darwin" }
|
||||||
|
steps {
|
||||||
|
sh "STATIC=${STATIC} ${OPT_AND_LTO} ./scripts/build.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Build using docker') {
|
||||||
agent { label "linux && ${LABEL_ARCH}" }
|
agent { label "linux && ${LABEL_ARCH}" }
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(
|
withCredentials([string(
|
||||||
|
|||||||
Reference in New Issue
Block a user