diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-08 17:00:35 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-13 09:34:56 +0100 |
commit | 681e4add145a71735da85193403d77abec8bb0ef (patch) | |
tree | f61d190babf2601e3235f627082406a927525f09 /ci | |
parent | 1e4cf61d964de8322f266c87b9377780063a03a3 (diff) | |
download | fpm-681e4add145a71735da85193403d77abec8bb0ef.tar.gz fpm-681e4add145a71735da85193403d77abec8bb0ef.zip |
Add package with external dependency
- BLAS is installed on the OSX and Linux image, but not on Windows
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 625f37b..d5d3045 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -69,3 +69,7 @@ cd ../submodules cd ../program_with_module "${f_fpm_path}" build ./build/gfortran_debug/app/Program_with_module + +cd ../link_external +"${f_fpm_path}" build +./build/gfortran_debug/app/link_external |