aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/CI.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index fd2d9b1..32ead94 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -61,12 +61,19 @@ jobs:
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
--slave /usr/bingcov gcov /usr/bin/gcov-${GCC_V}
- - name: Build
+ - name: Build Haskell fpm
run: |
cd bootstrap
stack build
+ stack install
- - name: Run tests
+ - name: Run tests on Haskell fpm
run: |
cd bootstrap
stack test
+
+ - name: Build and run Fortran fpm
+ run: |
+ cd fpm
+ fpm build
+ fpm run