mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Makes Travis treat build warnings as errors.
The DM build script now outputs the build log to a file which can then be reviewed from .travis.yml.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ if [[ $DM == "" ]]; then
|
||||
exit 3
|
||||
fi
|
||||
|
||||
"$DM" $dmepath.mdme
|
||||
"$DM" $dmepath.mdme > build_log.txt
|
||||
retval=$?
|
||||
|
||||
mv $dmepath.mdme.dmb $dmepath.dmb
|
||||
|
||||
Reference in New Issue
Block a user