Skip to content

Commit

Permalink
try make travis build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wnienhaus committed Aug 1, 2021
1 parent 5799ae5 commit e2e2195
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: c
dist: trusty
dist: bionic
sudo: false
addons:
apt:
packages:
- libffi-dev
- pkg-config
- bison
- flex
- build-essentials
- autoconf
- automake


script:
Expand All @@ -17,6 +22,9 @@ script:
- echo -e "travis_fold:start:build_micropython"
- echo "Building micropython"
- git clone --recursive https://github.com/micropython/micropython.git
- pushd micropython/mpy-cross
- make
- popd
- pushd micropython/ports/unix
- git describe --always --tags
- make axtls
Expand Down Expand Up @@ -53,5 +61,6 @@ script:
- echo -e "travis_fold:end:compat_tests"

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

0 comments on commit e2e2195

Please sign in to comment.