Skip to content

Add Pelles-C compilation to CI on GitHub Actions #11

Add Pelles-C compilation to CI on GitHub Actions

Add Pelles-C compilation to CI on GitHub Actions #11

Workflow file for this run

on:
push:
branches-ignore:
- 'ci/**'
- '!ci/gha**'
- 'dependabot/**'
pull_request:
branches:
- 'master'
jobs:
pelles:
runs-on: windows-latest
strategy:
matrix:
version:
- "12.0.2"
# - "11.0.2"
# - "10.0.6"
# - "9.00.0.0"
# - "8.00.0.0"
steps:
- uses: actions/checkout@v2
- name: Install Pelles
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install pelles-c --version "${{ matrix.version }}" --limit-output
- name: Install Make
uses: crazy-max/ghaction-chocolatey@v3
with:
args: install make --limit-output

Check failure on line 31 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
- name: Compile
env:
POCC: 'C:\Program Files\PellesC\bin\pocc.exe'
POLINK: 'C:\Program Files\PellesC\bin\polink.exe'
working-directory: test
run: 'C:\ProgramData\chocolatey\lib\make\tools\install\bin\make.exe' -f Makefile.pelles