Sha256: 57c5b5972b73a21c1f148c4594627f4620b68731deac35c7a40cef79e77a773c
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
name: Build / MegaAVR on: workflow_dispatch: pull_request: paths: - 'src/**' - '.github/workflows/build_megaavr.yml' push: paths: - 'src/**' - '.github/workflows/build_megaavr.yml' jobs: megaavr-uno2018: name: megaavr ${{ matrix.sketches.name }} runs-on: ubuntu-latest strategy: matrix: sketches: - name: serial - name: ethernet - name: wifi board: - fqbn: arduino:megaavr:uno2018 denko-target: mega platforms: | - name: arduino:megaavr libraries: | - name: Servo - name: LiquidCrystal - name: IRremote version: 4.0.0 - name: Ethernet - name: WiFi - name: Adafruit NeoPixel steps: - name: Checkout uses: actions/checkout@v3 with: submodules: true - name: Generate id: generate run: echo "path=$(./bin/denko sketch ${{ matrix.sketches.name }} --target ${{ matrix.board.denko-target }})" >> $GITHUB_OUTPUT - name: Compile Arduino Sketches uses: arduino/compile-sketches@v1.0.1 with: platforms: ${{ matrix.board.platforms }} fqbn: ${{ matrix.board.fqbn }} libraries: ${{ matrix.board.libraries }} sketch-paths: | - ${{ steps.generate.outputs.path }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
denko-0.13.1 | .github/workflows/build_megaavr.yml |
denko-0.13.0 | .github/workflows/build_megaavr.yml |