Skip to content

Preparing for the first launch #2

Preparing for the first launch

Preparing for the first launch #2

Workflow file for this run

name: CI Smoke
on:
push:
branches: [ main ]
pull_request:
jobs:
smoke:
name: Smoke / Windows / Perl latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
distribution: strawberry
perl-version: latest
- shell: pwsh
run: perl -V
- shell: pwsh
run: >
cpanm --skip-satisfied --quiet --notest
Devel::StrictMode
Importer
Import::Into
Module::Loaded
UNIVERSAL::Object
Win32::API
Win32::Console
Win32::Console::PatchForRT33513
Test::Exception
Devel::Refcount
- shell: pwsh
run: |
perl Makefile.PL
gmake test