We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f7b2b commit 18cdae1Copy full SHA for 18cdae1
.github/workflows/fpm-deployment.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
include:
12
- os: ubuntu-latest
13
- toolchain: {compiler: gcc, version: 13, flags: ['-cpp -O3']}
+ toolchain: {compiler: gcc, version: 13}
14
15
steps:
16
- name: Checkout code
@@ -37,10 +37,9 @@ jobs:
37
38
- run: |
39
python config/fypp_deployment.py --deploy_stdlib_fpm 1
40
- fpm test --flag "${{ join(matrix.toolchain.flags, ' ') }}"
+ fpm test --profile release
41
42
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm` branch.
43
- # might no longer be needed
44
- name: Deploy 🚀
45
uses: JamesIves/github-pages-deploy-action@4.1.5
46
if: github.event_name != 'pull_request'
0 commit comments