blob: eb35c00d6e2377d85a769836199e2bed04ab4f6e [file] [log] [blame]
#!/usr/bin/env groovy
def common = evaluate readTrusted('zorg/jenkins/common.groovy')
common.testsuite_pipeline(label: 'macos-x86_64') {
timeout(30) {
sh """
LNT_FLAGS+=" -C config/tasks/cmake/caches/target-arm64-iphoneos.cmake"
LNT_FLAGS+=" -C config/tasks/cmake/caches/opt-Oz.cmake"
config/tasks/task jenkinsrun config/tasks/lnt-ctmark.sh -a compiler="${params.ARTIFACT}" -D LNT_FLAGS="\${LNT_FLAGS}"
"""
}
}