test dist builds
This commit is contained in:
parent
b65d3479db
commit
d60eb180e2
@ -18,7 +18,6 @@ jobs:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||
- "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||
- "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||
@ -67,7 +66,6 @@ jobs:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||
- "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||
- "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||
@ -107,7 +105,6 @@ jobs:
|
||||
TZ: America/Los_Angeles
|
||||
volumes:
|
||||
- "/etc/gitconfig:/etc/gitconfig:ro"
|
||||
- "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
|
||||
- "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||
@ -116,6 +113,8 @@ jobs:
|
||||
- run: apt-get -y update && apt-get install -y tzdata
|
||||
- run: apt-get install -y nodejs git make
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: make ubuntu-deps
|
||||
- run: make build
|
||||
- run: make deb
|
||||
@ -123,4 +122,3 @@ jobs:
|
||||
with:
|
||||
name: "ubuntu/focal/jx"
|
||||
path: "jx"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user