Skip to content

Commit

Permalink
testing fortuno
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed committed Oct 8, 2024
1 parent 96d35f8 commit c9cab52
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci-fortuno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,24 @@ jobs:
compiler: gcc
version: 13

- name: Setup GNU environment
if: ${{ contains(matrix.compiler, 'gnu') }}
run: |
echo "FC=${{ env.FC }}" >> ${GITHUB_ENV}
echo "FPM_FC=${{ env.FC }}" >> ${GITHUB_ENV}
echo "FFLAGS=-ffree-line-length-none" >> ${GITHUB_ENV}
echo "FPM_FFLAGS=-ffree-line-length-none" >> ${GITHUB_ENV}
- name: Setup build tools
run: |
pip install cmake
- name: Build Fortuno
working-directory: ${{github.workspace}}/fortuno
run: |
cmake -B ${fortuno_build_path} -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DFORTUNO_WITH_SERIAL=ON
cmake --build ${fortuno_build_path}
cmake --install ${fortuno_build_path}
cmake --install ${fortuno_build_path}
- name: Upload Fortuno Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c9cab52

Please sign in to comment.