File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 tags :
77 - 9.3.**
88jobs :
9- run-ci -tests-stream-8 :
9+ run-rel -tests-stream-8 :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
2222 token : ${{ secrets.GITHUB_TOKEN }}
2323 allowUpdates : true
2424 prerelease : ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
25- run-ci -tests-stream-9 :
25+ run-rel -tests-stream-9 :
2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v2
3838 token : ${{ secrets.GITHUB_TOKEN }}
3939 allowUpdates : true
4040 prerelease : ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
41- run-ci -tests-win :
41+ run-rel -tests-win :
4242 runs-on : windows-latest
4343 steps :
4444 - uses : actions/checkout@v2
6969 with :
7070 python-version : " 3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
7171 architecture : " x64" # optional x64 or x86. Defaults to x64 if not specified
72+ - uses : ssciwr/doxygen-install@v1
7273 - shell : cmd
7374 run : |
7475 echo '::echo::on'
Original file line number Diff line number Diff line change 6161 shell : cmd
6262 run : |
6363 cd ${{ github.workspace }}
64- git clone -b v3.8.0 https://github.com/protocolbuffers/protobuf.git
64+ git clone -b v3.8.0 https://github.com/protocolbuffers/protobuf.git
6565 mkdir libs
6666 cd protobuf
6767 mkdir build && cd build
You can’t perform that action at this time.
0 commit comments