mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
simplified steps
This commit is contained in:
parent
9cb1e44dce
commit
886c44cde9
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -58,11 +58,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# @todo
|
||||
- name: chm
|
||||
run: touch doc/phreeqc3.chm
|
||||
|
||||
- name: versioning
|
||||
run: jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||
|
||||
- name: doxygen
|
||||
run: sudo apt-get install -y doxygen && cd doc && doxygen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user