Skip to content

Commit

Permalink
remove msys2 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 23, 2024
1 parent e4a9dfc commit 73e945a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 86 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: false
matrix:
cip_tag:
- static
- "5.41"
- "5.40"
- "5.38"
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/msys2-mingw.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: static

on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:

jobs:
perl:

runs-on: ubuntu-latest

env:
CIP_TAG: static

steps:
- uses: actions/checkout@v2

- name: Bootstrap CIP
run: |
curl -L https://raw.githubusercontent.com/uperl/cip/main/bin/github-bootstrap | bash
- name: Build + Test
run: |
cip script
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FFI::Platypus::Declare ![linux](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/linux/badge.svg) ![macos](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/macos/badge.svg) ![windows](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/msys2-mingw/badge.svg)
# FFI::Platypus::Declare ![static](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/static/badge.svg) ![linux](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/linux/badge.svg) ![macos](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/macos/badge.svg) ![windows](https://github.com/PerlFFI/FFI-Platypus-Declare/workflows/windows/badge.svg)

(discouraged) Declarative interface to FFI::Platypus

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ default_branch = main
test2_v0 = 0
irc = irc://irc.perl.org/#native

workflow = static
workflow = linux
workflow = macos
workflow = windows
workflow = msys2-mingw

[FFI::Build]

Expand Down

0 comments on commit 73e945a

Please sign in to comment.