mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
gitlab-ci: Add a simple fedora build and docs build
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -63,6 +63,16 @@ centos7/openssl_1.0.x/x86_64:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Fedora builds #
|
# Fedora builds #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
fedora/build:
|
||||||
|
extends: .build
|
||||||
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
||||||
|
|
||||||
|
fedora/docs:
|
||||||
|
extends: .build
|
||||||
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
||||||
|
script:
|
||||||
|
- cmake .. && make docs
|
||||||
|
|
||||||
fedora/openssl_1.1.x/x86_64:
|
fedora/openssl_1.1.x/x86_64:
|
||||||
extends: .fedora
|
extends: .fedora
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user