* Link to libstdc++ statically.
* use a linker flag instead.
* Update Build.PL
* Link to static paths on Travis only.
* Fix SFTP to abort of SFTP errors.
* Create sftp.sh
* always set -static-libstdc++ now in ldflags
also removed gcc 4.6 workaround
* remove buggy gcc check for 4.7, it is no longer supported
* Remove -lstdc++
Static linking is done on Travis for linux.
* Filter -lstdc++ on linux, static c++
* only decrypt if the key is available
* Use script instead of explicit command
* Don't deploy if the keyfile is missing/empty.
* Don't deploy if key is not available.
* Don't decrypt appveyor key if no secret
* wrong name
* Fix the logic and a typo
* linux packaging script should be functional now (from travis)
* Updated travis to build with distribution
* Moved cache management to script.
* Add perlbrew download
* Point to my server and use the correct perlbrew path.
* added bintray encrypted link
* used right script name
* fixed deploy path and used correct deploy
* Updated to use TRAVIS_COMMIT env variable
* updating deployment for travis
* oops, inverted logic
* Cleanup of files, renamed make_par to make_archive.
Factored out some functions to common/util.sh
* replaced slic3r dir with current dir (not script dir)
* ensured PAR::Packer is installed.
* added -v to install
* can't mix globbing and shell replacement in the same thing.
* adding some debug code, setting sudo: false
* factored out get_app_name
* added set version to utils
* prototype appimage
* cache perlbrew, added ./ to WD in make_archive
* added more noise
* sudo-false takes twice as long to build for some stupid reason.
* make unzip quiet.
* run ldd bundle to see output
* quiet down tar, set ld library path
* Enabled c++11 support (required for IO::AMF), extended Travis build to build with g++ 4.9
* ifdef guard in poly2tri/util to avoid redefinition warning
* cache local-lib
(It looks like codecov.io doesn't work with our mixed Perl/C++ environment)
This reverts commit b540f9788bae77498577914acb2e10f519ff52c4.
Conflicts:
.travis.yml