X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fwindows.yml;fp=.github%2Fworkflows%2Fwindows.yml;h=63e35f0a15358874e613507dea544778525df2c8;hb=83a766423068c52c728ab57742084410c936f701;hp=0000000000000000000000000000000000000000;hpb=37a9add7da997ad04b7de81bc42520e00e60608e;p=chaz%2Fp5-File-KDBX-XS diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml new file mode 100644 index 0000000..63e35f0 --- /dev/null +++ b/.github/workflows/windows.yml @@ -0,0 +1,27 @@ +name: windows + +on: + push: + branches: ["*"] + pull_request: + branches: ["*"] + +jobs: + unit-tests: + name: "Test perl on Windows" + + runs-on: windows-latest + + steps: + - name: Install perl + run: | + choco install strawberryperl + echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >>$GITHUB_PATH + - name: Print perl version + run: perl -V + - name: Checkout code + uses: actions/checkout@v3 + - name: Install dependencies + run: curl -sL https://git.io/cpm |perl - install -g --with-develop --show-build-log-on-failure + - name: Run tests + run: dzil smoke --author --release