fix: rename nan-tagging build configs and add release variant with CI script

Replace the broken `64bit-no-nan-tagging_64bit` and `64bit-no-nan-tagging_32bit` configurations with properly named `release_64bit-no-nan-tagging` and `debug_64bit-no-nan-tagging` across all gmake Makefiles and wren_cli.make files. Add the missing `release_64bit-no-nan-tagging` build target definitions for linux, mac, and bsd platforms. Introduce `.travis.sh` script that runs both nan-tagged and non-nan-tagged debug and release builds, and simplify `.travis.yml` to use the new script with per-os env variables instead of matrix options.
This commit is contained in:
underscorediscovery
2020-05-28 16:57:29 +00:00
parent 68902e25e9
commit 7232ca4310
14 changed files with 247 additions and 260 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
workspace "wren-cli"
configurations { "Release", "Debug", "64bit-no-nan-tagging" }
platforms { "64bit", "32bit" }
configurations { "Release", "Debug" }
platforms { "64bit", "32bit", "64bit-no-nan-tagging" }
defaultplatform "64bit"
location ("../" .. _ACTION)