diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-07-21 15:39:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 15:39:11 -0600 |
commit | 661d30f4cc8b8bf4b702c3a8d71b6add86915e16 (patch) | |
tree | 233bf364c9d7256a51e09131b02a7a7a1625c83e /.github/workflows/CI.yml | |
parent | 2dcd2df3692b8769558428ae0ae77d15fcc804f4 (diff) | |
parent | 2fd321f7fc996254e5d8bfb8057c29dd8bb6874b (diff) | |
download | fpm-661d30f4cc8b8bf4b702c3a8d71b6add86915e16.tar.gz fpm-661d30f4cc8b8bf4b702c3a8d71b6add86915e16.zip |
Merge pull request #139 from certik/min
Minimal `fpm build` implementation
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r-- | .github/workflows/CI.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f4e2878..0de8b3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,3 +87,4 @@ jobs: cd fpm fpm build fpm run + fpm run --args build |