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