mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
working on github dist
This commit is contained in:
parent
eab5548abe
commit
550ed712bc
20
.github/workflows/cmake.yml
vendored
20
.github/workflows/cmake.yml
vendored
@ -41,15 +41,15 @@ jobs:
|
|||||||
echo ::set-output name=REL::$(python ver.py)
|
echo ::set-output name=REL::$(python ver.py)
|
||||||
echo ::set-output name=DATE::$(date "+%x")
|
echo ::set-output name=DATE::$(date "+%x")
|
||||||
|
|
||||||
check:
|
# check:
|
||||||
needs: [init]
|
# needs: [init]
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Display vars
|
# - name: Display vars
|
||||||
run: |
|
# run: |
|
||||||
echo VER=${{ needs.init.outputs.VER }}
|
# echo VER=${{ needs.init.outputs.VER }}
|
||||||
echo REL=${{ needs.init.outputs.REL }}
|
# echo REL=${{ needs.init.outputs.REL }}
|
||||||
echo DATE=${{ needs.init.outputs.DATE }}
|
# echo DATE=${{ needs.init.outputs.DATE }}
|
||||||
|
|
||||||
replace:
|
replace:
|
||||||
needs: [init]
|
needs: [init]
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: jenkins-dist
|
- name: jenkins-dist
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install -y doxygen
|
sudo apt-get update && sudo apt install -y doxygen
|
||||||
/bin/sh jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
/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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user