Skip to content

Commit

Permalink
test only arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-cab committed Nov 17, 2023
1 parent 13dcbe2 commit 5547f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def doBuildMacOs(Map options = [:]) {

dir('build-macosx') {
withEnv(['DEVELOPER_DIR=/Applications/Xcode-14.app/Contents/Developer/']) {
try {
try {
sh "cmake ${cmakeDefinitions} -G Xcode .."
} catch(Exception e) {
archiveArtifacts '**/*'
Expand Down

0 comments on commit 5547f65

Please sign in to comment.