mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
working on github dist
This commit is contained in:
parent
e3f65cf8bb
commit
3342bb47b7
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -52,11 +52,13 @@ jobs:
|
|||||||
echo DATE=${{ needs.init.outputs.DATE }}
|
echo DATE=${{ needs.init.outputs.DATE }}
|
||||||
|
|
||||||
replace:
|
replace:
|
||||||
|
needs: [init]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: jenkins-dist
|
- name: jenkins-dist
|
||||||
run: |
|
run: |
|
||||||
/bin/sh jenkins-dist.sh -v ${VER} -r ${REL} -d ${DATE} -pr ${TAG}
|
/bin/sh jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||||
cd doc && doxygen && cd ..
|
cd doc && doxygen && cd ..
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
mkdir _build && cd _build && ../configure && make -j 4 distcheck && cd ..
|
mkdir _build && cd _build && ../configure && make -j 4 distcheck && cd ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user