Commit bc17fadf authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Update .gitlab-ci.yml

parent 6b0b66e3
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ build:ubuntu_latest:
            libboost-program-options-dev
            libboost-thread-dev
            libprotobuf-dev
            protobuf-compiler
            libprotobuf-c-dev
            protobuf-c-compiler
            libyaml-cpp-dev
@@ -30,3 +31,4 @@ build:ubuntu_latest:
        - ./bootstrap.sh
        - mkdir build && cd build
        - ../configure
        - make
 No newline at end of file