107 Commits

Author SHA1 Message Date
Joseph Lenox
c837a060df Remove AUI from cleaning
060187ad1703f70c8e2c2847829216c38e889403 uses it now
2017-05-30 10:04:29 -05:00
Joseph Lenox
02ef5e90ce moved package creation back to build script from deploy 2017-05-30 07:14:54 -05:00
Joseph Lenox
7aff8267da Forgot to revert mkdir 2017-05-29 23:51:05 -05:00
Alessandro Ranellucci
d6605aa1a7 Revert "Clean up windows directory; move most files into libexec (another approach)"
This reverts commit d27219e84b0997baf237004ca3e6929abd81eb25.

# Conflicts:
#	package/win/package_win32.ps1
2017-05-29 22:53:32 -05:00
Joseph Lenox
6fb8a91522 Revert "A couple fixes to package_win32.ps1"
This reverts commit 97431eba2011d491ad0b41c14cb977652d765e98.

# Conflicts:
#	package/win/package_win32.ps1
2017-05-29 22:01:57 -05:00
Joseph Lenox
aa9a204bf7 Revert "Append libexec to the slic3r.pl path"
This reverts commit 4a5ccaa42319ab03b6f46a2a18fcfdd9142e86ec.
2017-05-29 21:53:58 -05:00
Joseph Lenox
1be266c6b7 Removed redundant package/build commands. 2017-05-29 20:04:02 -05:00
Joseph Lenox
ae42e924ab Fix regression in packaging: Ensure $ARCH value is used in output name for Slic3r. 2017-05-29 19:13:20 -05:00
Alessandro Ranellucci
60d0b57443 Merge pull request #3974 from alexrj/cleanup-windows2
cleanup-windows2
2017-05-25 12:54:08 +02:00
Alessandro Ranellucci
4a5ccaa423 Append libexec to the slic3r.pl path 2017-05-21 20:25:45 +02:00
Alessandro Ranellucci
97431eba20 A couple fixes to package_win32.ps1 2017-05-21 20:21:02 +02:00
Alessandro Ranellucci
d27219e84b Clean up windows directory; move most files into libexec (another approach) 2017-05-21 20:01:13 +02:00
Joseph Lenox
450a918cea Added a couple more WX libs 2017-05-21 11:51:26 -05:00
Joseph Lenox
fec2ea3881 Re-added tiff, jpg, png, lzma libraries 2017-05-21 11:50:12 -05:00
Joseph Lenox
9c506a4497 Remove everything that isn't alien-wxwidgets 2017-05-21 11:42:36 -05:00
Joseph Lenox
72c44bcad6 Linux build (#3973)
* Point LD_LIBRARY_PATH to correct bin dir.

* remove libm and libresolv from library list because Ubuntu.
2017-05-21 11:33:24 -05:00
Joseph Lenox
68711c7f2b Use right check for download and remove explicit install of app::cpanminus 2017-05-15 19:18:52 -05:00
Joseph Lenox
bbbf4e6172 Use caching during builds.
Change library name/path depending on arch.
2017-05-15 18:41:07 -05:00
Joseph Lenox
b826f8baea Windows 32-bit build. (#3954)
* Updated appveyor, preinstall, and deploy script to build 32 and 64 bit versions.
2017-05-14 12:51:12 -05:00
Alessandro Ranellucci
1a788196fa Try to fix LWP not working in packages. #3906 2017-04-29 14:13:14 +02:00
Joseph Lenox
3274b75e5f Update file encodings and add some commentary. Also make 524 the default perl lib 2017-04-19 02:30:19 +00:00
Travis CI User
5f6a12c163 stable-ish libraries for Linux 2017-04-19 02:03:11 +00:00
Joseph Lenox
85374b8c30 Removed useless test. 2017-04-18 16:11:38 -05:00
Joseph Lenox
e0301acad9 abort download if no package. 2017-04-18 15:47:41 -05:00
Joseph Lenox
ab278f03e1 Deploy PRs to branches/ subdir. (#3865)
* Deploy PRs to branches/ subdir.

* wrong path to util

* added PR number to file name

* check for appveyor pr variable

* also use branches if pushing a branch on windows

* also use branches if pushing a branch on unix

* wrong or operator on powershell
2017-04-06 20:37:53 -05:00
Joseph Lenox
04b59affce only decrypt if the key is available (#3858)
* 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
2017-04-05 11:27:04 -05:00
Joseph Lenox
a07dec0316 Redirect winscp output to local log to avoid leaking secret names. 2017-04-04 23:47:48 -05:00
Joseph Lenox
c33179b4e0 working upload script for windows/winscp. No more bintray. 2017-04-04 23:06:11 -05:00
Joseph Lenox
382fcc8a7b Merge branch 'master' of https://github.com/alexrj/slic3r 2017-04-04 22:20:56 -05:00
Joseph Lenox
37f0468fdd fixed winscp script 2017-04-04 22:20:33 -05:00
Joseph Lenox
f364f1290b converted key to PuTTY format 2017-04-04 22:18:59 -05:00
Joseph Lenox
21aa301729 working on script for winscp 2017-04-04 21:47:24 -05:00
Joseph Lenox
327ef47c84 typo in winscp 2017-04-04 21:22:04 -05:00
Joseph Lenox
207742ea0f Added winscp deployment script 2017-04-04 20:05:39 -05:00
Joseph Lenox
cf34a5293d Actually deploy. 2017-04-04 19:21:43 -05:00
Joseph Lenox
15ccd507f6 Moved appveyor powershell out to separate scripts. 2017-04-04 19:20:15 -05:00
Joseph Lenox
7fadcddb3e Adding appveyor upload key, removed bintray deployment 2017-04-04 19:10:02 -05:00
Joseph Lenox
30076331bd Fixed path to encoded key 2017-04-04 18:55:29 -05:00
Joseph Lenox
e36e821f72 Travis uploads files to slic3r.org now. 2017-04-04 18:48:19 -05:00
Alessandro Ranellucci
e4b6aeb4cd Support Retina displays. #3695 #2888 2017-04-04 23:35:13 +02:00
Travis CI User
c41510e86b Use wxpar to pull the shared libs to ./shlib/ 2017-04-04 03:58:20 +00:00
Joseph Lenox
d08dd487fc Made cpanm quiet 2017-04-02 16:57:42 -05:00
Joseph Lenox
bc846d2bda Copy symlinks too properly 2017-04-02 15:44:56 -05:00
Joseph Lenox
23f3df4b1f Moved shell.cpp to ../common, borrowed and modified for FORCE_GUI from @bubnikv
Changed path in compile_wrapper, made makefile for linux with default paths pointed
at where they would be on Travis.
2017-04-02 15:34:53 -05:00
Joseph Lenox
c77c524c07 just used completely different processing if WXDIR is used. 2017-04-02 14:37:04 -05:00
Joseph Lenox
6bbf56641e see if wx_dir is set 2017-04-02 14:19:56 -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
ea28afba1d Add WXDIR to library search path for finding wx libs for custom libraries 2017-04-02 11:46:18 -05:00
Joseph Lenox
4304c2a1f4 fixed this time? 2017-04-02 10:12:03 -05:00
Joseph Lenox
25dce5a198 fixing PR_ID calculation because travis 2017-04-02 09:50:36 -05:00