1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

CI: trusty (u14.04) -> bionic (u18.04) (#6627)

* no-op test

* no-op test

* bionic

* missing python package for doc building with bionic

* fix previous commit

* remove external repo for gcc7 (causing issues), it is default under bionic
fix python3-setuptools install

* tryfix git submodule recursive (git 2.21/2.22 ?)
This commit is contained in:
david gauchard
2019-10-10 17:30:59 +02:00
committed by Develo
parent 5af402e4dc
commit 8e0aac92c0
2 changed files with 4 additions and 12 deletions

View File

@ -9,6 +9,7 @@ ${org}/../restyle.sh
# Revert changes which astyle might have done to the submodules,
# as we don't want to fail the build because of the 3rd party libraries
git submodule foreach --recursive git reset --hard
git --version || true
git submodule foreach --recursive 'git reset --hard'
git diff --exit-code -- $TRAVIS_BUILD_DIR/libraries