File tree 2 files changed +26
-11
lines changed
2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,35 @@ cache:
30
30
git :
31
31
depth : false
32
32
quiet : true
33
+ addons :
34
+ apt :
35
+ sources :
36
+ - llvm-toolchain-trusty-5.0
37
+ - key_url : ' http://apt.llvm.org/llvm-snapshot.gpg.key'
38
+ packages :
39
+ - clang-format-5.0
33
40
env :
34
41
global :
35
- # You can uncomment this to explicitly choose an (old) version of the Arduino IDE
36
- # - ARDUINO_IDE_VERSION="1.8.10"
42
+ # - ARDUINO_IDE_VERSION="1.8.10"
43
+ - PRETTYNAME="Adafruit FT6206 Arduino Library"
44
+ # Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
45
+ # - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
46
+
37
47
before_install :
38
- - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
48
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
49
+ - curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/run-clang-format.py > run-clang-format.py
50
+
39
51
install :
40
- # Note that every library should be installed in a seperate command
41
- - arduino --install-library "Adafruit SleepyDog Library"
42
- - arduino --install-library "Adafruit FONA Library"
52
+ - arduino --install-library "Adafruit ILI9341","Adafruit GFX Library"
53
+
43
54
script :
44
- - build_main_platforms
45
- notifications :
46
- email :
47
- on_success : change
48
- on_failure : change
55
+ - python run-clang-format.py -r .
56
+ - build_main_platforms
57
+
58
+ # Generate and deploy documentation
59
+ after_success :
60
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
61
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
49
62
` ` `
50
63
51
64
**Choosing Arduino IDE version**
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ addons:
13
13
- llvm-toolchain-trusty-5.0
14
14
- key_url : ' http://apt.llvm.org/llvm-snapshot.gpg.key'
15
15
packages :
16
+ - python3-pip
17
+ - python3-wheel
16
18
- clang-format-5.0
17
19
env :
18
20
global :
You can’t perform that action at this time.
0 commit comments