diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-03 13:28:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-07 00:06:24 +0000 |
commit | 392eb1cd5f2bdb186f0ff7f51abc4dd05ec13709 (patch) | |
tree | d400b24d79cddc2ce55dd40913b73d88a781298a /.gitlab-ci.yml | |
parent | 6cc4dd4191b4b13bd85fe287b6067e287a85d1d2 (diff) |
test: Add unit tests for XtMalloc, XtCalloc, & XtRealloc
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 325686d..0e09011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,3 +100,8 @@ build: - make check - make distcheck - popd > /dev/null + artifacts: + when: always + reports: + paths: + - _builddir/test/*.log |