From 6f8a4466edde51653439f03a34e6fab6f2ff2071 Mon Sep 17 00:00:00 2001 From: LKedward Date: Sun, 27 Sep 2020 12:14:04 +0100 Subject: Add: circular_example demo to fpm CI scripts Now supported with local dev-dependencies --- ci/run_tests.bat | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ci/run_tests.bat') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 9c61d75..745f14f 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -43,6 +43,13 @@ if errorlevel 1 exit 1 if errorlevel 1 exit 1 +cd ..\circular_example +if errorlevel 1 exit 1 + +..\..\..\fpm\build\gfortran_debug\app\fpm build +if errorlevel 1 exit 1 + + cd ..\hello_complex if errorlevel 1 exit 1 -- cgit v1.2.3