Commit Graph

4 Commits

Author SHA1 Message Date
Dario Vladović
5b320526e6 refactor: simplify .travis.sh by removing redundant cd commands and inlining WREN_PY default
Replace repeated cd into WREN_WD and back with make -C, and collapse the conditional WREN_PY_BINARY assignment into a single parameter expansion.
2020-06-06 20:00:11 +00:00
underscorediscovery
9bee704664 fix: correct travis build script working directory from gmake to make
The .travis.sh script was referencing "projects/gmake" and "projects/gmake.mac" as working directories, but the actual build system uses "projects/make" and "projects/make.mac". This fix updates both the default and macOS-specific paths to match the correct directory naming convention used by the project's make-based build system.
2020-06-02 18:22:39 +00:00
underscorediscovery
bd2cde482a chore: set travis.yml executable flag for 0.3.0 release build 2020-05-28 16:58:56 +00:00
underscorediscovery
7232ca4310 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.
2020-05-28 16:57:29 +00:00