Skip to content

Include shared library file in `binary/binary.tar.[xz,gz] in Win and arm tests #596

@shigeki

Description

@shigeki

nodejs/node#10865 has a test to use shared library files of node_test_engine built with gyp.

Currently the tests on Windows and arm were failed because the shared library files were lost in CI environment.
They can be solved by including Release\node_test_engine.dll in Windows tests and out/Release/libnode_test_engine.so in arm tests in binary/binary.tar.gz and binary/binary.tar.xz . Could someone help to do it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions