Set all_graphene_tests as only artifact

This commit is contained in:
serkixenos 2020-11-12 21:31:29 +01:00 committed by GitHub
parent e3ab8728f8
commit c659de9f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,11 @@ build:
- mkdir build
- cd build
- cmake -DENABLE_COVERAGE_TESTING=true ..
- make -j$(nproc)
- make all_graphene_tests -j$(nproc)
artifacts:
untracked: true
paths:
- build/tests/all_graphene_tests
tags:
- builder