11 Commits

Author SHA1 Message Date
Joseph Lenox
3f77c838b8 Build wx and cache the build dir instead of the installdir. Also add it to PATH so that wx-config will be found. 2018-05-13 12:33:22 -05:00
Joseph Lenox
685ed01ac6 wrong argument to tar 2018-05-13 11:58:24 -05:00
Joseph Lenox
437c4f8cf3 Build wxwidgets on osx if it's not cached. 2018-05-13 11:55:55 -05:00
Joseph Lenox
86b620d8a0 push CXX and CC to a subscript. 2018-05-13 11:25:50 -05:00
Joseph Lenox
9474e2bbc0 Oops, forgot a ] 2018-05-13 11:20:09 -05:00
Joseph Lenox
8558050979 try to build on both linux and osx with travis 2018-05-13 11:14:58 -05:00
Joseph Lenox
108fc93fce Tweaks; removing perl deps from travis. 2018-04-29 12:56:17 -05:00
Joseph Lenox
077ff68b8f moved all build cache priming to @lordofhyphens web server to avoid loading bintray more 2017-04-02 12:07:15 -05:00
Joseph Lenox
d325248baf Load precached wxlibs 2017-04-02 09:24:14 -05:00
Joseph Lenox
cc45494a2d Switched to using wx 3.0.2 2017-04-02 08:24:44 -05:00
Joseph Lenox
1709e20aed Slic3r packaging for Linux via TravisCI (#3831)
* 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
2017-04-01 23:40:06 -05:00