OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Update CircleCI Dockerfile #225

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

Add Clang to the Docker image, and switch to Clang as the default compiler in the CircleCI config.yml.

Image supports building with either Clang or GCC. Image includes Google Test with Google Mock.

This image is a bit larger than before, so that may slow builds slightly, though more can be done with this single image.

Brett208 commented 5 years ago

Guess I don't have much opinion here not having used Linux for more than a few hours.

-Brett

DanRStevens commented 5 years ago

Heh. I was debating if I should add more changes to this branch, but I think I'll delay to a future branch. In particular, doing builds for both GCC and Clang. I believe that requires Workflows, which I'm still reading the CircleCI documentation on.