File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ echo -e """$GREEN""\xe2\x9c\x93"
74
74
fi
75
75
76
76
# define output directory for .hex files
77
- export ARDUINO_HEX_DIR=$HOME /compiled_arduino_sketches/ arduino_build_$TRAVIS_BUILD_NUMBER
77
+ export ARDUINO_HEX_DIR=arduino_build_$TRAVIS_BUILD_NUMBER
78
78
79
79
# link test library folder to the arduino libraries folder
80
80
ln -s $TRAVIS_BUILD_DIR $HOME /arduino_ide/libraries/Adafruit_Test_Library
@@ -860,7 +860,7 @@ function json_main_platforms()
860
860
861
861
}
862
862
# define output directory for .hex files
863
- export ARDUINO_HEX_DIR=$HOME /compiled_arduino_sketches/ arduino_build_$TRAVIS_BUILD_NUMBER
863
+ export ARDUINO_HEX_DIR=arduino_build_$TRAVIS_BUILD_NUMBER
864
864
865
865
# link test library folder to the arduino libraries folder
866
866
ln -s $TRAVIS_BUILD_DIR $HOME /arduino_ide/libraries/Adafruit_Test_Library
You can’t perform that action at this time.
0 commit comments