diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-04-07 23:17:18 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-04-07 23:17:18 -0700 |
commit | 7ab845595d3cb88efbaeeca55200cd968306153e (patch) | |
tree | 265d1bf62da63bf2ac4a533ebdf20ce2adad7504 | |
parent | 961b52821f99476721374f9a579e67551cad8107 (diff) |
Get OS param from config file for win nightly build/upload script
-rwxr-xr-x | build_upload_win_nightly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_upload_win_nightly b/build_upload_win_nightly index b054b3b..1ba8705 100755 --- a/build_upload_win_nightly +++ b/build_upload_win_nightly @@ -7,7 +7,7 @@ hg pull hg up rev=`hg summary | sed -E -n 's/^parent: [^:]+:([^ ]+) .*$/\1/p'` sed -i -E "s/(define BLASTEM_VERSION \"[^-]+)-pre\"/\1-pre-$rev\"/" blastem.c -export OS=Windows +export OS ./build_release > /tmp/build_${name}_out.log result=$? if [ $result -ne 0 ]; then |