From aa159e95768b189694bda621cf1f115da293d9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 22 Jul 2020 16:18:56 -0600 Subject: Execute the newly built fpm On all platforms. --- ci/run_tests.bat | 3 +++ ci/run_tests.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/ci/run_tests.bat b/ci/run_tests.bat index dcc9a8a..fc4e1f5 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -12,6 +12,9 @@ if errorlevel 1 exit 1 fpm run --args build if errorlevel 1 exit 1 +.\fpm +if errorlevel 1 exit 1 + cd ..\test\example_packages\hello_world if errorlevel 1 exit 1 diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 8f99a2c..e8a37e6 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -6,6 +6,7 @@ cd fpm fpm build fpm run fpm run --args build +./fpm cd ../test/example_packages/hello_world ../../../fpm/fpm build ./hello_world -- cgit v1.2.3