mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
# @todo
|
||||||
- name: chm
|
- name: chm
|
||||||
run: touch doc/phreeqc3.chm
|
run: touch doc/phreeqc3.chm
|
||||||
|
|
||||||
- name: versioning
|
- 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
|
- name: doxygen
|
||||||
run: sudo apt-get install -y doxygen && cd doc && doxygen
|
run: sudo apt-get install -y doxygen && cd doc && doxygen
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user