Removed exit code overrides
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -77,8 +77,8 @@ node('docker && ubuntu-16.04') {
|
|||||||
rm -Rf characters/accessory
|
rm -Rf characters/accessory
|
||||||
rm -Rf .import
|
rm -Rf .import
|
||||||
ls -l
|
ls -l
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 -e tests/quit.tscn || true
|
${base}/godot-templates/godot_server.x11.tools.64 -e tests/quit.tscn
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 tests/test-triangles.tscn || true
|
${base}/godot-templates/godot_server.x11.tools.64 tests/test-triangles.tscn
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
stage("export-linux") {
|
stage("export-linux") {
|
||||||
@@ -89,7 +89,7 @@ node('docker && ubuntu-16.04') {
|
|||||||
cd proto2
|
cd proto2
|
||||||
ls -l
|
ls -l
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 \
|
${base}/godot-templates/godot_server.x11.tools.64 \
|
||||||
--export "linux" ${base}/proto2-linux || exit 0
|
--export "linux" ${base}/proto2-linux
|
||||||
cd ..
|
cd ..
|
||||||
if [ ! -f ${base}/proto2-linux ]; then
|
if [ ! -f ${base}/proto2-linux ]; then
|
||||||
exit 1
|
exit 1
|
||||||
@@ -110,7 +110,7 @@ node('docker && ubuntu-16.04') {
|
|||||||
cd proto2
|
cd proto2
|
||||||
ls -l
|
ls -l
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 \
|
${base}/godot-templates/godot_server.x11.tools.64 \
|
||||||
--export "windows" ${base}/proto2-windows.exe || exit 0
|
--export "windows" ${base}/proto2-windows.exe
|
||||||
cd ..
|
cd ..
|
||||||
ls -l
|
ls -l
|
||||||
rm -Rf BallKickers
|
rm -Rf BallKickers
|
||||||
@@ -133,7 +133,7 @@ node('docker && ubuntu-16.04') {
|
|||||||
sed -e 's/GLES3/GLES2/g' -i project.godot
|
sed -e 's/GLES3/GLES2/g' -i project.godot
|
||||||
cat project.godot
|
cat project.godot
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 \
|
${base}/godot-templates/godot_server.x11.tools.64 \
|
||||||
--export "HTML5" ${base}/proto2-html/index.html || exit 0
|
--export "HTML5" ${base}/proto2-html/index.html
|
||||||
cp project.godot.backup project.godot
|
cp project.godot.backup project.godot
|
||||||
rm -f project.godot.backup
|
rm -f project.godot.backup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user