Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
cc9ec806
Commit
cc9ec806
authored
Jun 14, 2021
by
neilpang
Browse files
add all Linux
parent
8ae08b29
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/Linux.yml
0 → 100644
View file @
cc9ec806
name
:
Linux
on
:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
-
'
**.yml'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
-
'
**.yml'
jobs
:
Linux
:
strategy
:
matrix
:
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"
,
"
clearlinux:latest"
]
runs-on
:
ubuntu-latest
env
:
TEST_LOCAL
:
1
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Clone acmetest
run
:
|
cd .. \
&& git clone https://github.com/acmesh-official/acmetest.git \
&& cp -r acme.sh acmetest/
-
name
:
Run acmetest
run
:
|
cd ../acmetest \
&& ./rundocker.sh testplat {{ matrix.os }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment