Skip to content

Commit e2e2195

Browse files
committed
try make travis build pass
1 parent 5799ae5 commit e2e2195

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: c
2-
dist: trusty
2+
dist: bionic
33
sudo: false
44
addons:
55
apt:
66
packages:
77
- libffi-dev
88
- pkg-config
9+
- bison
10+
- flex
11+
- build-essentials
12+
- autoconf
13+
- automake
914

1015

1116
script:
@@ -17,6 +22,9 @@ script:
1722
- echo -e "travis_fold:start:build_micropython"
1823
- echo "Building micropython"
1924
- git clone --recursive https://github.com/micropython/micropython.git
25+
- pushd micropython/mpy-cross
26+
- make
27+
- popd
2028
- pushd micropython/ports/unix
2129
- git describe --always --tags
2230
- make axtls
@@ -53,5 +61,6 @@ script:
5361
- echo -e "travis_fold:end:compat_tests"
5462

5563
- echo -e "travis_fold:start:rtc_macro_examples"
64+
- ln -s ../binutils-esp32ulp # already cloned earlier. reuse.
5665
- ./02_compat_rtc_tests.sh
5766
- echo -e "travis_fold:end:rtc_macro_examples"

0 commit comments

Comments
 (0)