Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -39,4 +39,6 @@ build:ubuntu_latest: - mkdir build && cd build - ../configure --enable-tests - make -j4 - make check No newline at end of file - cd tests - make -j4 api - ./api -as Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -39,4 +39,6 @@ build:ubuntu_latest: - mkdir build && cd build - ../configure --enable-tests - make -j4 - make check No newline at end of file - cd tests - make -j4 api - ./api -as