aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-21 16:26:49 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-21 16:26:49 -0600
commit2506e0a8c1ffff60a7058142ac2f2d5325395085 (patch)
tree3ddf852142cc21d6222934f14586b9e51ecfc402 /ci
parent706f8a606ae42c162faff4def29cdd187f3b020a (diff)
downloadfpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.tar.gz
fpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.zip
Run hello_world
Diffstat (limited to 'ci')
-rwxr-xr-xci/run_tests.bat3
-rwxr-xr-xci/run_tests.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 258eae8..dcc9a8a 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -17,3 +17,6 @@ if errorlevel 1 exit 1
..\..\..\fpm\fpm build
if errorlevel 1 exit 1
+
+.\hello_world
+if errorlevel 1 exit 1
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index 9767c9a..8f99a2c 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -8,3 +8,4 @@ fpm run
fpm run --args build
cd ../test/example_packages/hello_world
../../../fpm/fpm build
+./hello_world