mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Move macOS to parallel stage
This commit is contained in:
parent
e42b18cf71
commit
bd22074ec8
1 changed files with 31 additions and 34 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -120,8 +120,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
stage ('Build macOS') {
|
stage ('Build macOS') {
|
||||||
agent {
|
agent {
|
||||||
label "SoH-Mac-Builders"
|
label "SoH-Mac-Builders"
|
||||||
|
@ -137,13 +135,10 @@ pipeline {
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
sh '''
|
sh '''
|
||||||
cp ../../ZELOOTD.z64 OTRExporter/baserom_non_mq.z64
|
cp ../../ZELOOTD.z64 OTRExporter/baserom_non_mq.z64
|
||||||
|
|
||||||
cd soh
|
cd soh
|
||||||
make setup -j4 DEBUG=0 CC=gcc-12 CXX=g++-12
|
make setup -j4 DEBUG=0 CC=gcc-12 CXX=g++-12
|
||||||
make -j4 DEBUG=0 CC=gcc-12 CXX=g++-12
|
make -j4 DEBUG=0 CC=gcc-12 CXX=g++-12
|
||||||
|
|
||||||
make -j4 appbundle
|
make -j4 appbundle
|
||||||
|
|
||||||
mv ../README.md readme.txt
|
mv ../README.md readme.txt
|
||||||
7z a soh-mac.7z soh.app readme.txt
|
7z a soh-mac.7z soh.app readme.txt
|
||||||
'''
|
'''
|
||||||
|
@ -157,4 +152,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue