File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : c
2
+ sudo : false
3
+
4
+ # Blacklist
5
+ branches :
6
+ except :
7
+ - gh-pages
8
+
9
+ env :
10
+ global :
11
+ - PRETTYNAME="Adafruit PCA9685 PWM/Servo Driver Arduino Library"
12
+ # Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
13
+ # - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
14
+
15
+ before_install :
16
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17
+
18
+ install :
19
+ - true
20
+
21
+ script :
22
+ - build_main_platforms
23
+
24
+ # Generate and deploy documentation
25
+ after_success :
26
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
27
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
You can’t perform that action at this time.
0 commit comments