diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-18 18:30:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-18 18:30:43 +0300 |
commit | 9eac01aac236051b01d08de853f2dea2a5c8c261 (patch) | |
tree | 5c887d8dbb9a992f9e7d91d9ca7e61f243adce34 | |
parent | ee59f90d0a7044ba9d0a146aefceb34e78891ab5 (diff) |
Make changes required for CIci
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 765230a..a821cd9 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,4 +1,4 @@ # file : tests/buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/ -curl/ -openssl/ -sendmail/ -progress/} +./: {*/ -build/ -curl/ -sendmail/ -progress/} |