mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Formalize if statement in build.
This commit is contained in:
@@ -41,4 +41,4 @@ jobs:
|
||||
source /tmp/.bash_profile;
|
||||
cd build;
|
||||
ant clean;
|
||||
ant test
|
||||
if ant test; then exit 0 else exit 1 fi
|
||||
|
||||
Reference in New Issue
Block a user