mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Tweaks Travis to compile all PoI maps in order to allow the compiler to find certain problems such as missing paths. This is needed because PoIs are loaded at runtime as opposed to being compiled like traditional maps, making them a bit prone to problems. Travis should help find those problems before they reach the live server by failing PRs which add a broken PoI map or break any existing PoI maps. For regular use, the PoIs will not be compiled unless done so manually by the developer.
11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
/*
|
|
*
|
|
* This file is used by Travis to indicate that additional maps need to be compiled to look for errors such as missing paths.
|
|
* Do not add anything but the MAP_TEST definition here as it will be overwritten by Travis when running tests.
|
|
*
|
|
*
|
|
* Should you wish to edit set MAP_TEST to 1 like so:
|
|
* #define MAP_TEST 1
|
|
*/
|
|
#define MAP_TEST 0
|