mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
gitlab-ci: Run basic test with ninja
v1: Move to the test stage Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -90,6 +90,12 @@ fedora/docs:
|
|||||||
script:
|
script:
|
||||||
- cmake .. && make docs
|
- cmake .. && make docs
|
||||||
|
|
||||||
|
fedora/ninja:
|
||||||
|
extends: .fedora
|
||||||
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
||||||
|
script:
|
||||||
|
- cmake -G Ninja $CMAKE_OPTIONS ../ && ninja && ninja test
|
||||||
|
|
||||||
fedora/openssl_1.1.x/x86_64:
|
fedora/openssl_1.1.x/x86_64:
|
||||||
extends: .fedora
|
extends: .fedora
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user