diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:26:49 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:26:49 -0600 |
commit | 2506e0a8c1ffff60a7058142ac2f2d5325395085 (patch) | |
tree | 3ddf852142cc21d6222934f14586b9e51ecfc402 /ci/run_tests.bat | |
parent | 706f8a606ae42c162faff4def29cdd187f3b020a (diff) | |
download | fpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.tar.gz fpm-2506e0a8c1ffff60a7058142ac2f2d5325395085.zip |
Run hello_world
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 3 |
1 files changed, 3 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 |