Closed guangxuCheng closed 5 years ago
Need to supplement the test under windows environment
---------------
需要补充windows环境下的测试
Update patch to support compiling project in windows environment.
Close and reopen to trigger travis.
Need to supplement the test under windows environment
---------------
需要补充windows环境下的测试
As @gosonzhang suggestions ,TubeMQ should also be built correctly in Windows environment. So, should we update .travis.yml to make Travis CI test for Linux, OS X, Windows ? @TisonKun @yiheng
@guangxuCheng AFAIK travis doesn't provide standard Windows support. See also this page.
For now it seems we have to test manually and react to issues reported specific to windows. Maybe migrate to Jenkins is another option but I have no idea how it should go.
I have no experience of this through Travis. For now, maybe open a ticket to track this.
Ok, I'll check and merge, thanks.
thanks
TubeClientVersion.java and TubeServerVersion.java save the version information for TubeMQ which should be consistent with the project version. Maybe it is a better choice to generate these two files based on project version number automatically.
@gosonzhang can you take a look? thanks