Generic <impl>_MODE setting. Add travis modes.
authorJoel Martin <github@martintribe.org>
Mon, 11 Sep 2017 22:49:26 +0000 (17:49 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 11 Sep 2017 22:54:26 +0000 (17:54 -0500)
commit2d76e8776c189aaaf73120d71d24d4072c1c372f
tree94df94e769097983faad842a983de15391b61544
parent4bb2ab37be6031fccd3a170e65004fad54a7e510
Generic <impl>_MODE setting. Add travis modes.

For implementations that support different compile/run modes, the
convention is not <impl_name>_MODE=<mode>. This is passed through to
make/docker commands. Fix Makefiles and run scripts to listen to the
respective *_MODE variables.

Enable travis builds/tests for 4 Haxe modes and 2 python modes.
.travis.yml
.travis_build.sh
.travis_test.sh
Makefile
README.md
clojure/Makefile
clojure/run
haxe/Makefile
haxe/run
matlab/run
python/run