mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-08 07:47:00 +08:00
.gitlab-ci.yml: include make dist into test suite
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Build with separate build dir:
|
||||
script:
|
||||
- git submodule update --init && autoreconf -fvi && mkdir -p build && cd build &&
|
||||
../configure && make -j4 && make check -j4
|
||||
- cat tests/test-suite.log
|
||||
../configure && make -j4 && make check -j4 && make dist
|
||||
except:
|
||||
- tags
|
||||
|
||||
Reference in New Issue
Block a user