File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1818name : RC
1919on :
2020 push :
21- branches :
22- - ' **'
23- - ' !dependabot/**'
2421 tags :
2522 - ' *-rc*'
2623 pull_request :
3532 archive :
3633 name : Archive
3734 runs-on : ubuntu-latest
38- timeout-minutes : 5 # Can be reduced as we are not checking out submodules
35+ timeout-minutes : 5
3936 steps :
4037 - name : Checkout
4138 uses : actions/checkout@v4
5249 echo "VERSION=${version}"
5350 echo "RC=${rc}"
5451
55- - name : Prepare for branch
56- if : github.ref_type == 'branch'
57- run : |
58- version="0.1.0-dev"
59- rc=100
60- echo "VERSION=${version}" >> ${GITHUB_ENV}
61- echo "RC=${rc}" >> ${GITHUB_ENV}
62- echo "VERSION=${version}"
63- echo "RC=${rc}"
6452
6553 - name : Archive
6654 run : |
9280 os :
9381 - macos-latest
9482 - ubuntu-latest
95- # Consider adding windows-latest if your project supports it
96- # - windows-latest
9783 steps :
9884 - name : Install C++ Build Tools (Ubuntu)
9985 if : runner.os == 'Linux'
@@ -126,8 +112,6 @@ jobs:
126112 fi
127113 echo "VERSION=${version}"
128114 echo "RC=${rc}"
129- # You MUST create this verify_rc.sh script for C++
130- # It should untar, cmake, build, and run tests (ctest)
131115 dev/release/verify_rc.sh "${version}" "${rc}"
132116 env :
133117 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments