mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
.gitlab-ci.yml: change raddb permissions
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -54,8 +54,13 @@ Build/Centos8:
|
||||
stage: testing
|
||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS8_BUILD
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi &&
|
||||
./configure --without-http-parser && make -j$JOBS && make check VERBOSE=1 -j$JOBS
|
||||
- git submodule update --init
|
||||
- autoreconf -fvi
|
||||
- ./configure --without-http-parser
|
||||
- chmod og-w tests/data/raddb
|
||||
- chmod og-w tests/data/raddb/*
|
||||
- make -j$JOBS
|
||||
- make check VERBOSE=1 -j$JOBS
|
||||
tags:
|
||||
- shared
|
||||
- linux
|
||||
|
||||
Reference in New Issue
Block a user