;ci: github: windows: tweak
This commit is contained in:
parent
5ab31f1111
commit
e2402c46de
7
.github/workflows/windows-nightly.yml
vendored
7
.github/workflows/windows-nightly.yml
vendored
@ -4,12 +4,11 @@
|
|||||||
name: windows nightly CI
|
name: windows nightly CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# XXX not supported yet; build on noteworthy push to "ci" instead
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: "0 23 * * *"
|
# - cron: "0 23 * * *"
|
||||||
# uncomment when testing CI:
|
# XXX not supported yet; build on noteworthy push to "ci" instead
|
||||||
push:
|
push:
|
||||||
branches: [ ci, master ] # master too for testing
|
branches: [ ci, master ] # master too while testing
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/windows-nightly.yml'
|
- '.github/workflows/windows-nightly.yml'
|
||||||
- 'stack*'
|
- 'stack*'
|
||||||
@ -136,7 +135,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install haskell deps
|
- name: Install haskell deps
|
||||||
run: |
|
run: |
|
||||||
stack --no-terminal build --only-dependencies --verbosity=error
|
stack --no-terminal build --only-dependencies
|
||||||
|
|
||||||
- name: Build hledger executables
|
- name: Build hledger executables
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user