mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Merge branch 'develop' into z64-devmerge
This commit is contained in:
commit
dd42cca2cf
24 changed files with 355 additions and 299 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -8,6 +8,9 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage ('Build Windows') {
|
||||
options {
|
||||
timeout(time: 20)
|
||||
}
|
||||
environment {
|
||||
MSBUILD='C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Msbuild\\Current\\Bin\\msbuild.exe'
|
||||
CONFIG='Release'
|
||||
|
@ -71,6 +74,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage ('Build Linux') {
|
||||
options {
|
||||
timeout(time: 20)
|
||||
}
|
||||
agent {
|
||||
label "SoH-Linux-Builders"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue