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 ARM builds on Drone CI #52

Closed nightlark closed 4 years ago

nightlark commented 4 years ago

This was another test to see if the libraries we're using work on ARM processors that you can have if you want it. It shares the build/test scripts with the FreeBSD build.

The tests run on actual ARM systems (Cavium Thunder processors, I think), with both 32 and 64 bit builds. Setting up the service is at https://cloud.drone.io/ -- basically adding a webhook to the project.

gulrak commented 4 years ago

Great, thank you for your contribution. I'll look into setting this up too.

nightlark commented 4 years ago

If there are any issues or other CI things come up, ping me. 😄