Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7a4fb5a7a9 | ||
![]() |
a8fda21cbd | ||
![]() |
7c230434c9 |
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -3,6 +3,7 @@ name: Build artifacts
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-artifacts-X64-macOS:
|
build-artifacts-X64-macOS:
|
||||||
|
@ -27,6 +28,10 @@ jobs:
|
||||||
path: result/bin/magic-nix-cache
|
path: result/bin/magic-nix-cache
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
- name: Delay to experiment on macOS
|
||||||
|
run: "sleep 300"
|
||||||
|
|
||||||
|
|
||||||
build-artifacts-X64-Linux:
|
build-artifacts-X64-Linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -41,6 +46,9 @@ jobs:
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: "nix build .# -L --fallback"
|
run: "nix build .# -L --fallback"
|
||||||
|
|
||||||
|
- name: Delay to experiment on macOS
|
||||||
|
run: "sleep 5m"
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue