Update .gitlab-ci.yml

This commit is contained in:
Ruixiang Du
2020-08-16 10:36:45 +00:00
parent 0d85ba8aea
commit 45d6d30e7a

View File

@@ -8,9 +8,10 @@ build:
- mkdir build && cd build - mkdir build && cd build
- cmake -DBUILD_TESTS=ON .. - cmake -DBUILD_TESTS=ON ..
- cmake --build . && cpack - cmake --build . && cpack
# artifacts: artifacts:
# paths: paths:
# - mybinary - build/bin
- build/lib
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache: # cache:
# paths: # paths: