HAL for Linux (#13146)
This commit is contained in:
parent
5eb82ca6a8
commit
15aa932aa6
45 changed files with 3064 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue