aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/run_tests.bat7
-rwxr-xr-xci/run_tests.sh5
2 files changed, 4 insertions, 8 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index fc4e1f5..99d0296 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -9,16 +9,13 @@ if errorlevel 1 exit 1
fpm run
if errorlevel 1 exit 1
-fpm run --args build
-if errorlevel 1 exit 1
-
-.\fpm
+build\gfortran_debug\app\fpm
if errorlevel 1 exit 1
cd ..\test\example_packages\hello_world
if errorlevel 1 exit 1
-..\..\..\fpm\fpm build
+..\..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
.\hello_world
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index e8a37e6..59724d5 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -5,8 +5,7 @@ set -ex
cd fpm
fpm build
fpm run
-fpm run --args build
-./fpm
+build/gfortran_debug/app/fpm
cd ../test/example_packages/hello_world
-../../../fpm/fpm build
+../../../fpm/build/gfortran_debug/app/fpm build
./hello_world