Skip to content

Commit

Permalink
Use checkout V4 and try truffleruby 23
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Sep 22, 2024
1 parent 04ba434 commit ebb9720
Show file tree
Hide file tree
Showing 14 changed files with 157 additions and 156 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_atmega_avr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ name: ATmega AVR

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_atmega_avr.yml'
- "src/**"
- ".github/workflows/build_atmega_avr.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_atmega_avr.yml'
- "src/**"
- ".github/workflows/build_atmega_avr.yml"

jobs:
avr_uno:
name: atmega avr ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: ethernet
- name: wifi

board:
- fqbn: arduino:avr:uno
denko-target: atmega
Expand All @@ -38,13 +38,13 @@ jobs:
- name: Ethernet
- name: WiFi
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_atmega_megaavr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ name: ATmega megaAVR

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_atmega_megaavr.yml'
- "src/**"
- ".github/workflows/build_atmega_megaavr.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_atmega_megaavr.yml'
- "src/**"
- ".github/workflows/build_atmega_megaavr.yml"

jobs:
megaavr_uno2018:
name: atmega megaavr ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: ethernet
- name: wifi

board:
- fqbn: arduino:megaavr:uno2018
denko-target: atmega
Expand All @@ -38,13 +38,13 @@ jobs:
- name: Ethernet
- name: WiFiNINA
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_atsam3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ name: ATSAM3X

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_atsam3x.yml'
- "src/**"
- ".github/workflows/build_atsam3x.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_atsam3x.yml'
- "src/**"
- ".github/workflows/build_atsam3x.yml"

jobs:
arduino_due_x:
name: atsam3x ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: ethernet
- name: wifi

board:
- fqbn: arduino:sam:arduino_due_x
denko-target: atsam3x
Expand All @@ -36,13 +36,13 @@ jobs:
- name: Ethernet
- name: WiFi
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_atsamd21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ name: ATSAMD21

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_atsamd21.yml'
- "src/**"
- ".github/workflows/build_atsamd21.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_atsamd21.yml'
- "src/**"
- ".github/workflows/build_atsamd21.yml"

jobs:
arduino_zero_native:
name: atsamd21 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: ethernet
- name: wifi

board:
- fqbn: arduino:samd:arduino_zero_native
denko-target: atsamd21
Expand All @@ -38,13 +38,13 @@ jobs:
- name: Ethernet
- name: WiFi
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ name: ESP32

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_esp32.yml'
- "src/**"
- ".github/workflows/build_esp32.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_esp32.yml'
- "src/**"
- ".github/workflows/build_esp32.yml"

jobs:
esp32doit-devkit-v1:
name: esp32 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: wifi

board:
- fqbn: esp32:esp32:esp32doit-devkit-v1
denko-target: esp32
Expand All @@ -36,13 +36,13 @@ jobs:
version: 4.4.1
- name: ESP32Servo
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_esp32c3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ name: ESP32-C3

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_esp32c3.yml'
- "src/**"
- ".github/workflows/build_esp32c3.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_esp32c3.yml'
- "src/**"
- ".github/workflows/build_esp32c3.yml"

jobs:
esp32c3:
name: esp32c3 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: wifi

board:
- fqbn: esp32:esp32:esp32c3
denko-target: esp32
Expand All @@ -36,13 +36,13 @@ jobs:
version: 4.4.1
- name: ESP32Servo
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/build_esp32c6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ name: ESP32-C6

on:
workflow_dispatch:

pull_request:
paths:
- 'src/**'
- '.github/workflows/build_esp32c6.yml'
- "src/**"
- ".github/workflows/build_esp32c6.yml"

push:
paths:
- 'src/**'
- '.github/workflows/build_esp32c6.yml'
- "src/**"
- ".github/workflows/build_esp32c6.yml"

jobs:
esp32c6:
name: esp32c6 ${{ matrix.sketches.name }}

runs-on: ubuntu-latest

strategy:
matrix:
sketches:
- name: serial
- name: wifi

board:
- fqbn: esp32:esp32:esp32c6
denko-target: esp32
Expand All @@ -36,13 +36,13 @@ jobs:
version: 4.4.1
- name: ESP32Servo
- name: Adafruit NeoPixel
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Generate
id: generate
run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT
Expand Down
Loading

0 comments on commit ebb9720

Please sign in to comment.