Skip to content

Workflow file for this run

name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
env:
PERL_USE_UNSAFE_INC: 0
AUTHOR_TESTING: 0
AUTOMATED_TESTING: 1
RELEASE_TESTING: 0
PATH: "C:\strawberry\perl\bin:C:\strawberry\c\bin:C:\strawberry\perl\site\bin"

Check failure on line 18 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
perl-version: [latest]
steps:
- uses: actions/checkout@master
- name: perl -V
run: perl -V
- name: Makefile.PL
run: c:\strawberry\perl\bin\perl.exe Makefile.PL EXPATLIBPATH="C:\strawberry\c\lib" EXPATINCPATH="C:\strawberry\c\include"
- name: make
run: gmake
- name: make test
run: gmake test