Fix windows build to use effect rollups
This commit is contained in:
@@ -61,6 +61,8 @@ before_build:
|
|||||||
- ps: $env:PYFA_VERSION = (python ./scripts/dump_version.py)
|
- ps: $env:PYFA_VERSION = (python ./scripts/dump_version.py)
|
||||||
- ps: echo("pyfa version ")
|
- ps: echo("pyfa version ")
|
||||||
- ps: echo ($env:PYFA_VERSION)
|
- ps: echo ($env:PYFA_VERSION)
|
||||||
|
- ps: python ./scripts/effect_rollup.py
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ECHO "Build pyfa:"
|
- ECHO "Build pyfa:"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ import_these = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Walk directories that do dynamic importing
|
# Walk directories that do dynamic importing
|
||||||
paths = ('eos/effects', 'eos/db/migrations', 'service/conversions')
|
paths = ('eos/db/migrations', 'service/conversions')
|
||||||
for root, folders, files in chain.from_iterable(os.walk(path) for path in paths):
|
for root, folders, files in chain.from_iterable(os.walk(path) for path in paths):
|
||||||
for file_ in files:
|
for file_ in files:
|
||||||
if file_.endswith(".py") and not file_.startswith("_"):
|
if file_.endswith(".py") and not file_.startswith("_"):
|
||||||
|
|||||||
Reference in New Issue
Block a user