diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.bat | 3 | ||||
-rwxr-xr-x | ci/run_tests.sh | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat index fc4e1f5..0d0be99 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -9,9 +9,6 @@ if errorlevel 1 exit 1 fpm run if errorlevel 1 exit 1 -fpm run --args build -if errorlevel 1 exit 1 - .\fpm if errorlevel 1 exit 1 diff --git a/ci/run_tests.sh b/ci/run_tests.sh index e8a37e6..e71d883 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,7 +5,6 @@ set -ex cd fpm fpm build fpm run -fpm run --args build ./fpm cd ../test/example_packages/hello_world ../../../fpm/fpm build |