Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyijun committed Jul 8, 2024
1 parent c77716a commit 002af89
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 70 deletions.
70 changes: 36 additions & 34 deletions .github/workflows/ci4main.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
name: main CI

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Check out branch main
uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: cyijun/ci-arduino
path: ci

- name: pre-install
run: bash ci/actions_install.sh

- name: build test
run: python3 ci/build_platform.py esp32
name: main CI

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Check out branch main
uses: actions/checkout@v4
with:
ref: main

- uses: actions/checkout@v4
with:
repository: adafruit/ci-arduino
path: ci

- name: pre-install
run: bash ci/actions_install.sh

- name: build test
run: python3 ci/build_platform.py esp32
36 changes: 0 additions & 36 deletions .github/workflows/ci4next.yml

This file was deleted.

0 comments on commit 002af89

Please sign in to comment.