test dist builds
This commit is contained in:
parent
b65d3479db
commit
d60eb180e2
@ -18,7 +18,6 @@ jobs:
|
|||||||
- "/etc/timezone:/etc/timezone:ro"
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "/etc/gitconfig:/etc/gitconfig: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/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
@ -67,7 +66,6 @@ jobs:
|
|||||||
- "/etc/timezone:/etc/timezone:ro"
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "/etc/gitconfig:/etc/gitconfig: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/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
@ -107,20 +105,20 @@ jobs:
|
|||||||
TZ: America/Los_Angeles
|
TZ: America/Los_Angeles
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/gitconfig:/etc/gitconfig: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/.ssh/known_hosts:/root/.ssh/known_hosts"
|
||||||
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
- "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro"
|
||||||
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
- "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro"
|
||||||
options: --cpus 4
|
options: --cpus 4
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get -y update && apt-get install -y tzdata
|
- run: apt-get -y update && apt-get install -y tzdata
|
||||||
- run: apt-get install -y nodejs git make
|
- run: apt-get install -y nodejs git make
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: make ubuntu-deps
|
with:
|
||||||
- run: make build
|
fetch-depth: 0
|
||||||
- run: make deb
|
- run: make ubuntu-deps
|
||||||
- uses: actions/upload-artifact@v3
|
- run: make build
|
||||||
with:
|
- run: make deb
|
||||||
name: "ubuntu/focal/jx"
|
- uses: actions/upload-artifact@v3
|
||||||
path: "jx"
|
with:
|
||||||
|
name: "ubuntu/focal/jx"
|
||||||
|
path: "jx"
|
||||||
|
Loading…
Reference in New Issue
Block a user