diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 12:54:16 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 12:54:16 -0500 |
commit | 39a50415f7f8d69b5393c7116ba3a70077583209 (patch) | |
tree | 9df034f0191ccda8a9a2717cc80b90e2d234e9cf /ci/run_tests.bat | |
parent | 29356ac6da1a94dbcc0c50c157e8dcb353213793 (diff) | |
download | fpm-39a50415f7f8d69b5393c7116ba3a70077583209.tar.gz fpm-39a50415f7f8d69b5393c7116ba3a70077583209.zip |
Fix CI scripts (for real this time)
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 14 |
1 files changed, 7 insertions, 7 deletions
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 |