GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
127 stars 41 forks source link

Add build to travis using clang 5.0 using --std=c++17 #201

Closed phlptp closed 6 years ago

phlptp commented 6 years ago

I think we should add a new build to travis that runs with the C++17 flags.
This will require building boost with cpp17 flags and turning on some options in HELICS.

I want to make sure we work with the different settings and I think this is worth adding a new build to Travis.

phlptp commented 6 years ago

This will be dependent on #196

nightlark commented 6 years ago

Can it be added to the daily builds?