diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:17:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:25:40 +0300 |
commit | 89e97b05daf6fd98fce48cf3fef624e55905af46 (patch) | |
tree | 2944b4c7b2b0cb121e84752b3f95ffc4c4506fcb /build | |
parent | a5f01058610fbb5ce099d0a11acf2eaf6a4b3515 (diff) | |
download | plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.gz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.bz2 plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.xz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.zip |
Add into .gitlab-ci.yml job for run separatly all unit tests.
Diffstat (limited to 'build')
-rwxr-xr-x | build/bmaketest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bmaketest b/build/bmaketest index 85acc944b..a0712db15 100755 --- a/build/bmaketest +++ b/build/bmaketest @@ -21,7 +21,7 @@ autoreconf -i --datadir=$dir/run/share/games \ --bindir=$dir/run/bin \ --mandir=$dir/run/share/man \ ---enable-unittests +--enable-unittests=doctest cd po make -j8 update-gmo 2>../build/make1.log |