You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
982 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. name: Linux
  2. on:
  3. push:
  4. branches:
  5. - '*'
  6. paths:
  7. - '*.sh'
  8. - '.github/workflows/Linux.yml'
  9. pull_request:
  10. branches:
  11. - dev
  12. paths:
  13. - '*.sh'
  14. - '.github/workflows/Linux.yml'
  15. jobs:
  16. Linux:
  17. strategy:
  18. matrix:
  19. os: ["ubuntu:latest", "debian:latest", "almalinux:latest", "fedora:latest", "centos:latest", "opensuse/leap:latest", "alpine:latest", "oraclelinux:8", "kalilinux/kali", "archlinux:latest", "mageia", "gentoo/stage3-amd64"]
  20. runs-on: ubuntu-latest
  21. env:
  22. TEST_LOCAL: 1
  23. TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1
  24. steps:
  25. - uses: actions/checkout@v2
  26. - name: Clone acmetest
  27. run: |
  28. cd .. \
  29. && git clone https://github.com/acmesh-official/acmetest.git \
  30. && cp -r acme.sh acmetest/
  31. - name: Run acmetest
  32. run: |
  33. cd ../acmetest \
  34. && ./rundocker.sh testplat ${{ matrix.os }}