wisk / medusa

An open source interactive disassembler
Other
1.04k stars 92 forks source link

my script for install cmake to travis (cmake 3.2.1) #31

Closed ivan-kulikov-dev closed 9 years ago

ivan-kulikov-dev commented 9 years ago

my script for install cmake to travis (cmake 3.2.1) very quick ;)

https://raw.githubusercontent.com/gunmetalbackupgooglecode/pdbparser/master/.travis.yml

https://raw.githubusercontent.com/gunmetalbackupgooglecode/pdbparser/master/installcmake.sh

wisk commented 9 years ago

That's look really great, thanks for sharing :)

ivan-kulikov-dev commented 9 years ago

https://raw.githubusercontent.com/gunmetalbackupgooglecode/pdbparser/master/installcmake.sh

wisk commented 9 years ago

I added your PR, thanks for your work. :) However, it seems there's still an issue with g++

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[2]: *** [src/bind/python/CMakeFiles/pydusa.dir/py_architecture.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/bind/python/CMakeFiles/pydusa.dir/all] Error 2
make: *** [all] Error 2

I'll try to update the version of g++, and hope for the best. :)

ivan-kulikov-dev commented 9 years ago

How many memory on travis?(may not have enough RAM for parallel build ?)

wisk commented 9 years ago

I don't know, but I had to reduce the number of parallel build from 3 to 2.

moul commented 9 years ago

https://travis-ci.com/plans

ivan-kulikov-dev commented 9 years ago