Skip to content

Commit

Permalink
Debug test setup, add badge to website
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 19, 2024
1 parent bc98744 commit 0ef3f06
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ jobs:
os: [ubuntu-latest, macos-latest, macos-13]
toolchain:
- {compiler: gcc, version: 13}
- {compiler: intel-classic, version: '2021.12'}
- {compiler: lfortran, version: '0.33.0'}
- {compiler: intel-classic, version: '2021.10'}
include:
- os: ubuntu-latest
toolchain: {compiler: lfortran, version: '0.31.0'}
- os: ubuntu-latest
toolchain: {compiler: nvidia-hpc, version: '20.11'}
- os: ubuntu-latest
toolchain: {compiler: nvidia-hpc, version: '23.11'}
- os: ubuntu-latest
toolchain: {compiler: intel-classic, version: '2021.1'}
- os: ubuntu-latest
toolchain: {compiler: intel-classic, version: '2021.12'}
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2024.1'}
- os: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Olivia's Project Euler Solutions
:target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/csharp.yml
.. |C#-lint| image:: https://img.shields.io/github/actions/workflow/status/LivInTheLookingGlass/Euler/csharp-lint.yml?logo=github&label=Linting
:target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/csharp-lint.yml
.. |Fri| image:: https://img.shields.io/github/actions/workflow/status/LivInTheLookingGlass/Euler/fortran.yml?logo=github&label=Fr%20Tests
:target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/fortran.yml
.. |Javai| image:: https://img.shields.io/github/actions/workflow/status/LivInTheLookingGlass/Euler/java.yml?logo=github&label=Java%20Tests
:target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/java.yml
.. |Java-lint| image:: https://img.shields.io/github/actions/workflow/status/LivInTheLookingGlass/Euler/java-lint.yml?logo=github&label=Linting
Expand Down Expand Up @@ -85,7 +87,7 @@ Olivia's Project Euler Solutions
| | | | |CodeQL| |br| |
| | | | |C#-lint| |
+------------+----------------------------+--------+-------------------+
| Fortran | Fortran 90+ | 5 | (In Progress) |
| Fortran | Fortran 90+ | 5 | |Fri| |
+------------+----------------------------+--------+-------------------+
| Java | Java 8+ in Corretto, |br| | 22 | |Javai| |br| |
| | Dragonwell, Liberica, |br| | | |Ja-Cov| |br| |
Expand Down
2 changes: 1 addition & 1 deletion fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FC?=flang-new
.PHONY: help
help:
@echo " $(BLUE)test$(NC) Run through all Fortran tests in sequence."
@echo " $(BLUE)test_auto$(NC) Run through all Fortran tests (parallel execution not yet implemented)."
@echo " $(BLUE)test_auto$(NC) Run through all Fortran tests (parallel execution not implemented)."
@echo " $(BLUE)clean$(NC) Clean up any stray files."

.PHONY: test
Expand Down
5 changes: 5 additions & 0 deletions fortran/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Fortran Section
===============

.. |Fri| image:: https://img.shields.io/github/actions/workflow/status/LivInTheLookingGlass/Euler/fortran.yml?logo=github&label=Fr%20Tests
:target: https://github.com/LivInTheLookingGlass/Euler/actions/workflows/fortran.yml

|Fri|

All problems are solved in Fortran90, and should be compliant with later standards.

Organization
Expand Down

0 comments on commit 0ef3f06

Please sign in to comment.