glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
56 stars 39 forks source link

travis.yml:add test for embedded libs with gcc6 #217

Closed andy5995 closed 5 years ago

andy5995 commented 5 years ago

the test on gcc6 output on travis hasn't changed.

this is some of my output when I use -e to build with embedded libs

https://gist.githubusercontent.com/andy5995/ad7ad1f0a655a14ca0dca61f2064b8e9/raw/e6165b838c23969d42de6baba1a69b9d58c47cf4/gistfile1.txt

andy5995 commented 5 years ago

Oh, it apparently is using the embedded libs for this test

https://travis-ci.org/ZetaGlest/zetaglest-source/jobs/426425794#L1259

I wonder why I get so many warnings locally but they don't show up on Travis.

andy5995 commented 5 years ago

This should be ok to merge but we may want to do it a different way in the future.

The test on gcc 6 is using embedded libs.

https://travis-ci.org/ZetaGlest/zetaglest-source/jobs/426425794#L1259

It would be better if that displayed on the job listing page, but I think we'll remember. I added a comment to .travis.yml too.