forked from Baystation12/custom-items
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Other groundwork
- Loading branch information
Showing
9 changed files
with
91 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
language: python | ||
sudo: false | ||
script: | ||
- python tools/CustomConfigVerifier/verify-custom-items.py config/custom_items.txt | ||
- python tools/CustomConfigVerifier/verify-custom-items.py config/custom_items/ | ||
- python tools/CustomConfigVerifier/verify-custom-sprites.py config/custom_sprites.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// DM Environment file for custom-items.dme. | ||
// All manual changes should be made outside the BEGIN_ and END_ blocks. | ||
// New source code should be placed in .dm files: choose File/New --> Code File. | ||
|
||
// BEGIN_INTERNALS | ||
// END_INTERNALS | ||
|
||
// BEGIN_FILE_DIR | ||
#define FILE_DIR . | ||
// END_FILE_DIR | ||
|
||
// BEGIN_PREFERENCES | ||
#define DEBUG | ||
// END_PREFERENCES | ||
|
||
// BEGIN_INCLUDE | ||
// END_INCLUDE | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters