Skip to content

Try github CI #3115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 20, 2019
Next Next commit
Try github CI
  • Loading branch information
me-no-dev authored Aug 19, 2019
commit d68f9e80e940a13d8eb0d74852aa3c0a3b7becf1
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on: [push, pull_request]

jobs:
build:
name: Build Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run a one-line script
env:
ESP32_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash ./tools/build.sh