test dist builds
This commit is contained in:
parent
d790793e21
commit
c21571c913
@ -74,7 +74,7 @@ jobs:
|
|||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
options: --cpus 4
|
options: --cpus 4
|
||||||
steps:
|
steps:
|
||||||
- run: dnf install -y nodejs git
|
- run: dnf install -y nodejs git make
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: jx
|
name: fedora/40/jx
|
||||||
path: jx
|
path: jx
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
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
|
- run: apt-get install -y nodejs git make
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: make build-deps
|
- run: make build-deps
|
||||||
- run: make build
|
- run: make build
|
||||||
|
Loading…
Reference in New Issue
Block a user