mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +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=DATE::$(date "+%x")
|
||||
|
||||
check:
|
||||
needs: [init]
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Display vars
|
||||
run: |
|
||||
echo VER=${{ needs.init.outputs.VER }}
|
||||
echo REL=${{ needs.init.outputs.REL }}
|
||||
echo DATE=${{ needs.init.outputs.DATE }}
|
||||
# check:
|
||||
# needs: [init]
|
||||
# runs-on: windows-latest
|
||||
# steps:
|
||||
# - name: Display vars
|
||||
# run: |
|
||||
# echo VER=${{ needs.init.outputs.VER }}
|
||||
# echo REL=${{ needs.init.outputs.REL }}
|
||||
# echo DATE=${{ needs.init.outputs.DATE }}
|
||||
|
||||
replace:
|
||||
needs: [init]
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: jenkins-dist
|
||||
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 }}
|
||||
cd doc && doxygen && cd ..
|
||||
autoreconf -fvi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user