aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-21 11:53:41 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-21 11:53:41 -0600
commit3f9dcf1b12b4221392e2a212e3220340ca15e6ae (patch)
tree4f1c0dcbb864b073774f2acc68b50a68ad8fb43d /.github
parent5adfb0741c5c0acccbc046a48501ab28a290c1bd (diff)
downloadfpm-3f9dcf1b12b4221392e2a212e3220340ca15e6ae.tar.gz
fpm-3f9dcf1b12b4221392e2a212e3220340ca15e6ae.zip
CI: build and run the Fortran based fpm
Diffstat (limited to '.github')
-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