NEWS
Travis Einstellungen
-
Hallo zusammen,
ich habe schon viel gegoogelt und hin und her probiert, aber ich bekomme es nicht hin.
Travis schlägt für Mac auf Node.js v6 (https://travis-ci.org/Zefau/ioBroker.ro … /488256583) fehl mit der Meldung:
make: g++-4.9: No such file or directory
Hab wie gesagt schon 1000 Dinge probiert. Hat jemand eine pragmatische Lösung?
Danke und viele Grüße
Zefau
-
Dein env ist zu hart weil es immer gesetzt wird aber nur für Linux sollte.
Setz es mal nur für Linux ala
https://github.com/ioBroker/ioBroker.rf … is.yml#L13
Eventuell (!!) ist noch was wie https://github.com/ioBroker/ioBroker.rf ... is.yml#L12 nötig aber Probier erstmal ohne.
Gesendet vom Handy ...
-
Vielen Dank dafür! Mit https://github.com/ioBroker/ioBroker.rf … is.yml#L12 hat es geklappt.
Musste allerdings die Zeile leicht abwandeln von
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CC=clang++; export CXX=clang++; export CXXFLAGS=-std=c++11; fi'
zu
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CC=clang++; export CXX=clang++; export CXXFLAGS=-stdlib=libc++; fi'