File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : c
2
- dist : trusty
2
+ dist : bionic
3
3
sudo : false
4
4
addons :
5
5
apt :
6
6
packages :
7
7
- libffi-dev
8
8
- pkg-config
9
+ - bison
10
+ - flex
11
+ - build-essentials
12
+ - autoconf
13
+ - automake
9
14
10
15
11
16
script :
@@ -17,6 +22,9 @@ script:
17
22
- echo -e "travis_fold:start:build_micropython"
18
23
- echo "Building micropython"
19
24
- git clone --recursive https://github.com/micropython/micropython.git
25
+ - pushd micropython/mpy-cross
26
+ - make
27
+ - popd
20
28
- pushd micropython/ports/unix
21
29
- git describe --always --tags
22
30
- make axtls
@@ -53,5 +61,6 @@ script:
53
61
- echo -e "travis_fold:end:compat_tests"
54
62
55
63
- echo -e "travis_fold:start:rtc_macro_examples"
64
+ - ln -s ../binutils-esp32ulp # already cloned earlier. reuse.
56
65
- ./02_compat_rtc_tests.sh
57
66
- echo -e "travis_fold:end:rtc_macro_examples"
You can’t perform that action at this time.
0 commit comments