working on github dist

This commit is contained in:
Charlton, Scott R 2021-09-14 22:40:26 -06:00
parent eab5548abe
commit 550ed712bc

View File

@ -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