mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
meta: add mingw build action
This commit is contained in:
parent
c690b57124
commit
1c58db28de
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -94,3 +94,21 @@ jobs:
|
||||
- run: nix-build -A hs.urbit-king.components.exes.urbit-king --arg enableStatic true
|
||||
- run: nix-build -A hs-checks
|
||||
- run: nix-build shell.nix
|
||||
|
||||
mingw:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: C:\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -here -c ". <(cygpath '{0}')"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
# echo suppresses pacman prompt
|
||||
- run: echo|./configure
|
||||
working-directory: ./pkg/urbit
|
||||
|
||||
- run: make build/urbit build/urbit-worker
|
||||
working-directory: ./pkg/urbit
|
||||
|
Loading…
Reference in New Issue
Block a user