From 681e4add145a71735da85193403d77abec8bb0ef Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 8 Nov 2020 17:00:35 +0100 Subject: Add package with external dependency - BLAS is installed on the OSX and Linux image, but not on Windows --- ci/run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci') 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 -- cgit v1.2.3