File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ language : python
2+
3+ sudo : required
4+ dist : trusty
5+
6+ python :
7+ - " 3.6"
8+
9+ before_install :
10+ - bash .travis/before_install.sh
11+ # setup git
12+ - git config --global user.name "${U_NAME}"
13+ - git config --global user.email "${U_EMAIL}"
14+
15+ script :
16+ - bash .travis/script.sh
17+
18+ matrix :
19+ include :
20+ - env : TOOLCHAIN="gnu" BOARD="emsk" BD_VER="11" CUR_CORE="arcem6"
21+ os : linux
22+ compiler : gcc
23+ - env : TOOLCHAIN="gnu" BOARD="emsk" BD_VER="22" CUR_CORE="arcem7d"
24+ os : linux
25+ compiler : gcc
26+ - env : TOOLCHAIN="gnu" BOARD="emsk" BD_VER="22" CUR_CORE="arcem11d"
27+ os : linux
28+ compiler : gcc
29+ - env : TOOLCHAIN="gnu" BOARD="emsk" BD_VER="23" CUR_CORE="arcem7d"
30+ os : linux
31+ compiler : gcc
32+ - env : TOOLCHAIN="gnu" BOARD="emsk" BD_VER="23" CUR_CORE="arcem11d"
33+ os : linux
34+ compiler : gcc
You can’t perform that action at this time.
0 commit comments