mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Enable MacOS builds!
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './package_release_build.py --platform windows linux'
|
||||
sh './package_release_build.py'
|
||||
archiveArtifacts artifacts: 'release/*.zip'
|
||||
archiveArtifacts artifacts: 'engine/Resources/ResourcePack.zip'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user