File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3838 - run : | # Just for deployment: create stdlib-fpm folder
3939 python config/fypp_deployment.py --deploy_stdlib_fpm
4040
41+ - run : | # Just for deployment: create stdlib-fpm-ilp64 folder
42+ python config/fypp_deployment.py --deploy_stdlib_fpm --with_ilp64
43+
4144 - run : | # Use fpm gnu ci to check xdp and qp
4245 python config/fypp_deployment.py --with_xdp --with_qp
4346 fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
4851 if : github.event_name != 'pull_request'
4952 with :
5053 BRANCH : stdlib-fpm
51- FOLDER : stdlib-fpm
54+ FOLDER : stdlib-fpm
55+
56+ # Update and deploy the f90 files generated by github-ci to the `stdlib-fpm-ilp64` branch.
57+ - name : Deploy with 64-bit integer support 🚀
58+ uses : JamesIves/github-pages-deploy-action@4.1.5
59+ if : github.event_name != 'pull_request'
60+ with :
61+ BRANCH : stdlib-fpm-ilp64
62+ FOLDER : stdlib-fpm-ilp64
You can’t perform that action at this time.
0 commit comments