sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.56k stars 497 forks source link

Fix case on windows env and figure out whether there is any way to do CI integration under windows env #46

Closed straybirdzls closed 6 years ago

straybirdzls commented 6 years ago

Test under sofa-ark-springboot-starter module, for example: ArkBootRunnerTest will fail under windows env because of RunnerHelper for prepareForTest.sh

And we can try to figure out whether there is any way to do CI integration under windows env

QilongZhang commented 6 years ago

em... it looks ugly to construct sofa-ark-all.jar via shell script. we should abstract a DirectoryArchiver to parse ark container - -

straybirdzls commented 6 years ago

Yeah, I agree with you. Let's do it !

straybirdzls commented 6 years ago

We can use https://github.com/marketplace/appveyor for windows ci