diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:00:00 -0600 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 16:01:05 -0600 |
commit | 6de7f236b3784c7e2cf3b8cf3efc06ee5e84f2d5 (patch) | |
tree | ae7f1592a26b4d3b8c373a61489e1e04a9fe042d /.github | |
parent | fc8685d24e1b66bc16fc58833e1d4684b6df2a58 (diff) | |
download | fpm-6de7f236b3784c7e2cf3b8cf3efc06ee5e84f2d5.tar.gz fpm-6de7f236b3784c7e2cf3b8cf3efc06ee5e84f2d5.zip |
Test hello_world at the CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0de8b3e..574c565 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,3 +88,6 @@ jobs: fpm build fpm run fpm run --args build + cd ../test/example_packages/hello_world + ../../../fpm/fpm build + ./hello_world |