Skip to content

Commit

Permalink
Update main.yml (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Sep 21, 2019
1 parent 0a7b334 commit f6c8778
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: ESP Async TCP CI

on:
push:
branches:
- master
- release/*
pull_request:

jobs:

build-arduino:
name: Build Arduino
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build Tests
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
run: bash $TRAVIS_BUILD_DIR/travis/build.sh

build-pio:
name: Build PlatformIO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Python Wheel
run: pip install wheel
- name: Build Tests
env:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
run: bash $TRAVIS_BUILD_DIR/travis/build-pio.sh

0 comments on commit f6c8778

Please sign in to comment.