mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
support windows action, add perl actions
This commit is contained in:
parent
5bd0b9a2aa
commit
49f751429c
1
.github/workflows/ccpp-mac.yml
vendored
1
.github/workflows/ccpp-mac.yml
vendored
@ -3,7 +3,6 @@ name: C/C++ mac
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "2.0"
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
9
.github/workflows/ccpp-win.yml
vendored
9
.github/workflows/ccpp-win.yml
vendored
@ -3,7 +3,6 @@ name: C/C++ win
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "2.0"
|
||||
- master
|
||||
|
||||
jobs:
|
||||
@ -12,6 +11,14 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup perl
|
||||
uses: shogo82148/actions-setup-perl@v1
|
||||
with:
|
||||
perl-version: ${{ matrix.perl }}
|
||||
- run: perl -V
|
||||
- run: cpanm --installdeps .
|
||||
- run: prove -lv t
|
||||
- uses: actions/checkout@v2
|
||||
- name: git
|
||||
run: git submodule update --init --recursive
|
||||
|
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@ -3,7 +3,6 @@ name: C/C++ linux
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "2.0"
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user