gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Add FreeBSD build on Cirrus CI #51

Closed nightlark closed 4 years ago

nightlark commented 4 years ago

Not sure if you want this, but as part of getting HELICS building on FreeBSD I wanted to confirm that ghc::filesystem works and setting up a build on CI seemed easier at the time than setting up my own local VM.

Cirrus CI provides an easy setup to get builds running in FreeBSD VMs. This also gives some way of testing the resent changes in commit https://github.com/gulrak/filesystem/commit/c193676fe9d661510192a6d42090aa65183b87b4. The GitHub App for adding the integration to the repository is https://github.com/marketplace/cirrus-ci.

gulrak commented 4 years ago

Thank you! I really wanted to have FreeBSD on CI, but couldn't find an easy way with the currently used services. This sure helps me.