You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+12-6
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,30 @@ compiler:
6
6
git:
7
7
depth: 1
8
8
env:
9
+
- TRAVIS_TEST=unix
10
+
- TRAVIS_TEST=docs
11
+
- TRAVIS_TEST=translations
9
12
- TRAVIS_BOARD=feather_huzzah
10
-
- TRAVIS_BOARD=arduino_zero
11
13
- TRAVIS_BOARD=circuitplayground_express
14
+
- TRAVIS_BOARD=pca10056
15
+
- TRAVIS_BOARD=trinket_m0
16
+
- TRAVIS_BOARD=feather_m4_express
17
+
- TRAVIS_BOARD=arduino_zero
12
18
- TRAVIS_BOARD=circuitplayground_express_crickit
13
19
- TRAVIS_BOARD=feather_m0_basic
14
20
- TRAVIS_BOARD=feather_m0_adalogger
15
21
- TRAVIS_BOARD=feather_m0_rfm69
16
22
- TRAVIS_BOARD=feather_m0_rfm9x
17
23
- TRAVIS_BOARD=feather_m0_express
18
24
- TRAVIS_BOARD=feather_m0_express_crickit
19
-
- TRAVIS_BOARD=feather_m4_express
20
25
- TRAVIS_BOARD=itsybitsy_m0_express
21
26
- TRAVIS_BOARD=itsybitsy_m4_express
22
27
- TRAVIS_BOARD=metro_m0_express
23
28
- TRAVIS_BOARD=metro_m4_express
24
29
- TRAVIS_BOARD=pirkey_m0
25
-
- TRAVIS_BOARD=trinket_m0
26
30
- TRAVIS_BOARD=gemma_m0
27
31
- TRAVIS_BOARD=hallowing_m0_express
28
32
- TRAVIS_BOARD=feather52832
29
-
- TRAVIS_BOARD=pca10056
30
-
- TRAVIS_TEST=unix
31
-
- TRAVIS_TEST=docs
32
33
33
34
addons:
34
35
artifacts:
@@ -56,8 +57,10 @@ before_script:
56
57
# For huzzah builds
57
58
- if [[ $TRAVIS_BOARD = "feather_huzzah" ]]; then wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz && tar xavf xtensa-lx106-elf-standalone.tar.gz; PATH=$(readlink -f xtensa-lx106-elf/bin):$PATH; fi
58
59
# For coverage testing (upgrade is used to get latest urllib3 version)
Copy file name to clipboardExpand all lines: Makefile
+15-4
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,9 @@ CONFDIR = .
17
17
FORCE = -E
18
18
VERBOSE = -v
19
19
20
-
# User-friendly check for sphinx-build
21
-
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
22
-
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
23
-
endif
20
+
# Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the
21
+
# full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the
22
+
# executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
0 commit comments