From bcce50471e264bcd8376b3c277600af629684083 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Thu, 6 Aug 2020 09:23:39 +0200 Subject: add python3 and pip3 to travis yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 630965a..dce5451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,8 @@ compiler: - gcc script: tests/script/runtests.sh before_install: tests/script/bootstrap.sh +addons: + apt: + packages: + - "python3" + - "python3-pip" -- cgit v1.2.3 From bf319c49b7f7ff17e073422a3ba06a701e12f590 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Thu, 6 Aug 2020 19:21:23 +0200 Subject: platform neutral examples and manual cherry-pick merge of https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dce5451..a8e0a66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -sudo: required +os: linux +dist: xenial language: c compiler: - gcc @@ -9,3 +10,6 @@ addons: packages: - "python3" - "python3-pip" +env: + global: + - ARDMK_DIR=$TRAVIS_BUILD_DIR -- cgit v1.2.3