From 2506e0a8c1ffff60a7058142ac2f2d5325395085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 21 Jul 2020 16:26:49 -0600 Subject: Run hello_world --- ci/run_tests.bat | 3 +++ ci/run_tests.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'ci') 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 -- cgit v1.2.3