diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 562e0eb..4870ae7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,10 @@ build: - mkdir build && cd build - cmake -DBUILD_TESTS=ON .. - cmake --build . && cpack -# artifacts: -# paths: -# - mybinary + artifacts: + paths: + - build/bin + - build/lib # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time # cache: # paths: