mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 23:22:00 +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"
|
||||
|
||||
# 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
|
||||
echo "Deleting old working folder: ${appfolder}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user