File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,25 @@ jobs:
3535 with :
3636 fpm-version : ' v0.10.0'
3737
38- - run : | # Just for deployment: create stdlib -fpm folder
39- python config/fypp_deployment.py --deploy_stdlib_fpm
38+ - run : | # Just for deployment: create fftpack -fpm folder
39+ python config/fypp_deployment.py --deploy_fftpack_fpm
4040
41- - run : | # Just for deployment: create stdlib -fpm-ilp64 folder
42- python config/fypp_deployment.py --deploy_stdlib_fpm --with_ilp64
41+ - run : | # Just for deployment: create fftpack -fpm-ilp64 folder
42+ python config/fypp_deployment.py --deploy_fftpack_fpm --with_ilp64
4343
4444 - run : | # Use fpm gnu ci to check xdp and qp
4545 python config/fypp_deployment.py --with_xdp --with_qp
4646 fpm test --profile release --flag '-DWITH_XDP -DWITH_QP'
4747
48- # Update and deploy the f90 files generated by github-ci to the `stdlib -fpm` branch.
48+ # Update and deploy the f90 files generated by github-ci to the `fftpack -fpm` branch.
4949 - name : Deploy 🚀
50505151 if : github.event_name != 'pull_request'
5252 with :
5353 BRANCH : fftpack-fpm
5454 FOLDER : fftpack-fpm
5555
56- # Update and deploy the f90 files generated by github-ci to the `stdlib -fpm-ilp64` branch.
56+ # Update and deploy the f90 files generated by github-ci to the `fftpack -fpm-ilp64` branch.
5757 - name : Deploy with 64-bit integer support 🚀
58585959 if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments