inih icon indicating copy to clipboard operation
inih copied to clipboard

Add compilers to .travis.yml

Open Crayon2000 opened this issue 6 years ago • 0 comments

This is a PR to allow testing with multiple compilers:

  • g++ 5
  • g++ 6
  • g++ 7
  • g++ 8
  • g++ 9

Currently the test application was only compiled with g++ version 5.4.0 on Travis CI.

Crayon2000 avatar Dec 06 '19 19:12 Crayon2000