mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-17 04:31:00 +01:00
sort MANIFEST and add CI test to test the tarball to avoid #5
This commit is contained in:
28
.github/workflows/unittests.yaml
vendored
28
.github/workflows/unittests.yaml
vendored
@@ -136,3 +136,31 @@ jobs:
|
||||
perl Makefile.PL
|
||||
make -j4
|
||||
make test
|
||||
|
||||
test_dist:
|
||||
name: Test dist file
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
clean: false
|
||||
show-progress: false
|
||||
|
||||
- name: Build dist file
|
||||
run: |
|
||||
perl Makefile.PL
|
||||
make -j4 dist
|
||||
|
||||
- name: unpack dist file
|
||||
run: |
|
||||
tar xfz Config-General-*.tar.gz
|
||||
rm -f Config-General-*.tar.gz
|
||||
cd Config-General-*
|
||||
|
||||
- name: Run tests in dist
|
||||
run: |
|
||||
perl Makefile.PL
|
||||
make -j4 test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user