mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Add build option ENABLE_ASSERTS and use it for CI
To finally have DMD's own assertions properly CI-tested. Assertions have so far only been enabled for CircleCI (reduced testsuite on Linux x64) and one Azure job (Win64 debug).
This commit is contained in:
parent
ebca098f78
commit
07ec5cdbb1
7 changed files with 20 additions and 9 deletions
|
@ -79,7 +79,7 @@ fi
|
|||
DMD_BIN_PATH="$DMD_DIR/generated/windows/release/${MODEL}/dmd"
|
||||
|
||||
cd "${DMD_DIR}/src"
|
||||
"${DM_MAKE}" -f "${MAKE_FILE}" reldmd DMD="$DMD_BIN_PATH"
|
||||
"${DM_MAKE}" -f "${MAKE_FILE}" reldmd-asserts DMD="$DMD_BIN_PATH"
|
||||
|
||||
################################################################################
|
||||
# WORKAROUND: Build zlib separately with DigitalMars make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue