avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Update travis CMake version #78

Closed dylanmckay closed 9 years ago

dylanmckay commented 9 years ago

Travis has an outdated CMake version, and so it will need to be updated before compilation will succeed.

See the latest build here.

RandomInsano commented 9 years ago

I'm on it (good timing on my part :D)

RandomInsano commented 9 years ago

Update here. Having trouble finding pre-built package of CMake 3 for 12.04 (what Travis runners build on). Best candidate right now actually builds CMake 3, which is unacceptable because it dumps over 10,000 lines and takes 10 minutes just to get a working CMake installed.

Investigating other options.

RandomInsano commented 9 years ago

Should be fixed in #80

dylanmckay commented 9 years ago

80 is merged.