mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
improve CI cfg in various ways:
- prettier-looking step names - add win-mymake build matrix entry - fix exit commands - change the way envvars are set up - other minor changes - use gdb on win-mymake builds to catch backtraces (temporarily)
This commit is contained in:
6
.github/workflows/build.sh
vendored
6
.github/workflows/build.sh
vendored
@@ -1,5 +1,4 @@
|
||||
set -e o pipefail
|
||||
source .github/workflows/gh_ci_envvars.sh
|
||||
set -x -e o pipefail
|
||||
|
||||
|
||||
GH_MYMAKE_ARGS="-fPIC"
|
||||
@@ -32,5 +31,6 @@ elif [[ "$GH_BUILDSYS" == "mymake" ]]; then
|
||||
./mymake $GH_MYMAKE_ARGS
|
||||
mv hyper hyperrogue
|
||||
else
|
||||
exit 'unknown build system'
|
||||
echo 'unknown build system'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user