You can basically copy the GitHub Actions setup we have in log4j2 minus the toolchains stuff (unless you need that too). GHA looks to support macOS runners as well.
On Fri, Aug 7, 2020 at 09:07 Xeno Amess <xenoam...@gmail.com> wrote: > there be document on travis-ci about windows environment but I havn't seen > any java repo using it > https://docs.travis-ci.com/user/reference/windows/ > > besides if my memory be correct, there be another site who have free > windows environment. > https://www.appveyor.com/ > > Gary Gregory <garydgreg...@gmail.com> 于2020年8月7日周五 下午10:01写道: > > > As of recently, I am seing: > > > > [INFO] Running org.apache.commons.io.FileUtilsTestCase > > [ERROR] Tests run: 142, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: > > 5.613 s <<< FAILURE! - in org.apache.commons.io.FileUtilsTestCase > > [ERROR] testCopyFile2WithoutFileDatePreservation Time elapsed: 0.038 s > > <<< FAILURE! > > org.opentest4j.AssertionFailedError: Check last modified date not same as > > input ==> expected: not equal but was: <1596807101505> > > at > > org.apache.commons.io > > > .FileUtilsTestCase.testCopyFile2WithoutFileDatePreservation(FileUtilsTestCase.java:1229) > > > > [ERROR] testCopyDirectoryPreserveDates Time elapsed: 0.027 s <<< > FAILURE! > > org.opentest4j.AssertionFailedError: expected: <true> but was: <false> > > at > > org.apache.commons.io > > > .FileUtilsTestCase.testCopyDirectoryPreserveDates(FileUtilsTestCase.java:1403) > > > > I am wondering if GitHub/Travis can also be set up to run at least one > > build on Windows so we can catch issues like these? > > > > Gary > > > -- Matt Sicker <boa...@gmail.com>