mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
build chm
This commit is contained in:
parent
ca348d2508
commit
ef187a70e1
23
.github/workflows/cmake.yml
vendored
23
.github/workflows/cmake.yml
vendored
@ -48,6 +48,12 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout phreeqc3-HTMLversion
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: usgs-coupled-subtrees/phreeqc3-HTMLversion
|
||||||
|
ref: master
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
curl -L -O http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
|
curl -L -O http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
|
||||||
@ -63,14 +69,21 @@ jobs:
|
|||||||
cmd /c start /wait .\tmp\setup.exe
|
cmd /c start /wait .\tmp\setup.exe
|
||||||
Remove-Item -Recurse -Force .\tmp
|
Remove-Item -Recurse -Force .\tmp
|
||||||
Remove-Item -Recurse -Force .\htmlhelp.exe
|
Remove-Item -Recurse -Force .\htmlhelp.exe
|
||||||
$env:PATH="C:\Program Files (x86)\HTML Help Workshop;$env:PATH"
|
echo 'C:\Program Files (x86)\HTML Help Workshop' >> $GITHUB_PATH
|
||||||
Get-Command hhc
|
|
||||||
|
|
||||||
- name: verify
|
- name: verify
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
$env:PATH="C:\Program Files (x86)\HTML Help Workshop;$env:PATH"
|
pushd HTML
|
||||||
Get-Command hhc
|
bash fixup_html.bash
|
||||||
hhc /?
|
popd
|
||||||
|
hhc phreeqc3.hhp
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: chm
|
||||||
|
path: ${{github.workspace}}/phreeqc3.chm
|
||||||
|
|
||||||
|
|
||||||
# check:
|
# check:
|
||||||
# needs: [init]
|
# needs: [init]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user