Nightly - windows diagnostics.
This commit is contained in:
parent
f7183e57fb
commit
3b457da6dc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -2,7 +2,7 @@ name: Nightly
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 4 * * *'
|
- cron: '21 */6 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
@ -61,7 +61,9 @@ jobs:
|
||||||
set SUFFIX=nightly-%THEDATE%
|
set SUFFIX=nightly-%THEDATE%
|
||||||
set ARTIFACTS=nightly-windows
|
set ARTIFACTS=nightly-windows
|
||||||
mkdir %ARTIFACTS%
|
mkdir %ARTIFACTS%
|
||||||
|
stack path
|
||||||
stack build pandoc pandoc-citeproc
|
stack build pandoc pandoc-citeproc
|
||||||
|
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C echo @path %ARTIFACTS%"
|
||||||
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C copy @path %ARTIFACTS%"
|
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C copy @path %ARTIFACTS%"
|
||||||
copy COPYRIGHT %ARTIFACTS%
|
copy COPYRIGHT %ARTIFACTS%
|
||||||
ren %ARTIFACTS%\pandoc pandoc-%SUFFIX%
|
ren %ARTIFACTS%\pandoc pandoc-%SUFFIX%
|
||||||
|
|
Loading…
Add table
Reference in a new issue