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 38
38
- run : | # Just for deployment: create stdlib-fpm folder
39
39
python config/fypp_deployment.py --deploy_stdlib_fpm
40
40
41
+ - run : | # Just for deployment: create stdlib-fpm-ilp64 folder
42
+ python config/fypp_deployment.py --deploy_stdlib_fpm --with_ilp64
43
+
41
44
- run : | # Use fpm gnu ci to check xdp and qp
42
45
python config/fypp_deployment.py --with_xdp --with_qp
43
46
fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
48
51
if : github.event_name != 'pull_request'
49
52
with :
50
53
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
+
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