From ef7cbcd4014e9b81a57d9f16564623d4073b461d Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 14 Oct 2020 11:33:36 -0500 Subject: Fix CI after moving example packages --- ci/run_tests.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/run_tests.bat') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 76e5349..d8a68b1 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -15,7 +15,7 @@ if errorlevel 1 exit 1 build\gfortran_debug\app\fpm if errorlevel 1 exit 1 -cd ..\test\example_packages\hello_world +cd ..\example_packages\hello_world if errorlevel 1 exit 1 ..\..\..\fpm\build\gfortran_debug\app\fpm build @@ -103,4 +103,4 @@ if errorlevel 1 exit 1 if errorlevel 1 exit 1 .\build\gfortran_debug\app\Program_with_module -if errorlevel 1 exit 1 \ No newline at end of file +if errorlevel 1 exit 1 -- cgit v1.2.3 From 39a50415f7f8d69b5393c7116ba3a70077583209 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 14 Oct 2020 12:54:16 -0500 Subject: Fix CI scripts (for real this time) --- ci/run_tests.bat | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ci/run_tests.bat') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index d8a68b1..4136924 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -18,7 +18,7 @@ if errorlevel 1 exit 1 cd ..\example_packages\hello_world if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\hello_world @@ -28,7 +28,7 @@ if errorlevel 1 exit 1 cd ..\hello_complex if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\say_Hello @@ -47,7 +47,7 @@ if errorlevel 1 exit 1 cd ..\hello_complex_2 if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\say_hello_world @@ -65,7 +65,7 @@ if errorlevel 1 exit 1 cd ..\auto_discovery_off if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\auto_discovery_off @@ -82,7 +82,7 @@ if exist .\build\gfortran_debug\test\unused_test exit /B 1 cd ..\with_c if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\with_c @@ -92,14 +92,14 @@ if errorlevel 1 exit 1 cd ..\submodules if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 cd ..\program_with_module if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\Program_with_module -- cgit v1.2.3 From f196336df68d0431876d558352149d009935a05a Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Thu, 22 Oct 2020 14:12:37 -0500 Subject: Fix CI scripts --- ci/run_tests.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/run_tests.bat') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 517ff06..7d0b178 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -28,7 +28,7 @@ if errorlevel 1 exit 1 cd ..\hello_fpm if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 .\build\gfortran_debug\app\hello_fpm @@ -38,14 +38,14 @@ if errorlevel 1 exit 1 cd ..\circular_test if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 cd ..\circular_example if errorlevel 1 exit 1 -..\..\..\fpm\build\gfortran_debug\app\fpm build +..\..\fpm\build\gfortran_debug\app\fpm build if errorlevel 1 exit 1 -- cgit v1.2.3