mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 21:41:59 +08:00
switch on travis
This commit is contained in:
parent
acdf25cb15
commit
8f65bf7f62
@ -43,7 +43,11 @@ resourcefolder=$appfolder
|
|||||||
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
|
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
|
||||||
|
|
||||||
# Our slic3r dir and location of perl
|
# Our slic3r dir and location of perl
|
||||||
SLIC3R_DIR="$(dirname $(readlink -F $0))/../../"
|
if [[ -z "$TRAVIS_BUILD_DIR" ]]; then
|
||||||
|
SLIC3R_DIR="${TRAVIS_BUILD_DIR}"
|
||||||
|
else
|
||||||
|
SLIC3R_DIR="./"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -d "${appfolder}" ]]; then
|
if [[ -d "${appfolder}" ]]; then
|
||||||
echo "Deleting old working folder: ${appfolder}"
|
echo "Deleting old working folder: ${appfolder}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user