Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include hxml #180

Open
CrazyFlasher opened this issue Nov 6, 2019 · 2 comments
Open

Include hxml #180

CrazyFlasher opened this issue Nov 6, 2019 · 2 comments

Comments

@CrazyFlasher
Copy link

I have test.hxml

## JavaScript
-main TestMain
-lib munit
-lib hamcrest
-lib dox
-lib openfl
-lib DomWires
-lib actuate
-lib openfl-spine
-lib spine-hx
-lib lime
-lib spritesheet
-lib feathersui
-D RENDER_TILE
-cp src
-cp test
-js build/js_test.js
--remap flash:openfl

Also I have test-ci.hxml

-lib hxnodejs
scripts/test.hxml

When I run haxelib run munit test ./scripts/test-ci.hxml all what I can see is
Massive Unit - Copyright 2019 Massive Interactive. Version 2.3.4
Tests do not run

@elsassph
Copy link
Contributor

elsassph commented Nov 6, 2019

Munit parses the hxml to create individual build commands - hxml includes aren't supported.

@SlavaRa
Copy link
Contributor

SlavaRa commented Sep 25, 2020

WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants