Skip to content

Commit

Permalink
travis: add win test & osx workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Apr 8, 2020
1 parent 840336b commit b73d80e
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,26 @@ jobs:
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install sdl2
install:
- sudo easy_install pip # TODO: remove after https://travis-ci.community/t/missed-pip-after-xcode-image-update/7802 fixed
- pip install --upgrade pip
- pip install -U platformio
- platformio update
script:
# Test builds status
- platformio run -e native
- platformio run -e stm32f429_disco
#-
# name: Windows
# os: windows # Windows 10.0.17134 N/A Build 17134
# language: shell
# before_install:
# - choco install python --version 3.6.8
# - python --version
# - python -m pip install --upgrade pip
# - pip3 install --upgrade pytest
# - pip3 install codecov
# env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
# install:
# - pip install -U platformio
# - platformio update
# script:
# # Test builds status
# - platformio run -e native
# - platformio run -e stm32f429_disco
-
name: Windows
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell
before_install:
- choco install python --version 3.6.8
- python -m pip install --upgrade pip
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
install:
- pip install -U platformio
- platformio update
script:
# Test builds status (bare metal only)
#- platformio run -e native
- platformio run -e stm32f429_disco

0 comments on commit b73d80e

Please sign in to comment.