HAL for Linux (#13146)

This commit is contained in:
Scott Lahteine 2019-02-22 19:09:10 -06:00 committed by GitHub
parent 5eb82ca6a8
commit 15aa932aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 3064 additions and 3 deletions

View file

@ -1,5 +1,5 @@
dist: trusty
sudo: false
sudo: require
language: python
python:
@ -22,8 +22,17 @@ env:
- TEST_PLATFORM="LPC1769"
- TEST_PLATFORM="STM32F1"
- TEST_PLATFORM="teensy35"
- TEST_PLATFORM="linux_native"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
#
# Fetch the tag information for the current branch
- git fetch origin --tags