We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d321c8 commit cd0ee68Copy full SHA for cd0ee68
.travis.yml
@@ -26,6 +26,7 @@ before_script:
26
script:
27
- cd $TRAVIS_BUILD_DIR
28
- source command.sh
29
+- if [ -z "$TRAVIS_TAG" ]; then export TRAVIS_TAG=NO_GIT_TAG;fi
30
- export MODEL=0
31
- export DAVINCI=0
32
- sed -i "s/#define DAVINCI /#define DAVINCI $DAVINCI \n\/\//g" ./src/ArduinoDUE/Repetier/Configuration.h
0 commit comments