aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-22 16:18:56 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-22 16:18:56 -0600
commitaa159e95768b189694bda621cf1f115da293d9cf (patch)
tree4b60e941106e4b085e30b833b13dd9ef78222753 /ci/run_tests.bat
parent6ef25462797940d7b8323551545a4726e1c90b1b (diff)
downloadfpm-aa159e95768b189694bda621cf1f115da293d9cf.tar.gz
fpm-aa159e95768b189694bda621cf1f115da293d9cf.zip
Execute the newly built fpm
On all platforms.
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-xci/run_tests.bat3
1 files changed, 3 insertions, 0 deletions
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