Verified Commit 93985b02 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Enable parallel building in .gitlab-ci.yml

parent 94f5f4fa
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ build:
    - mkdir -p build
    - cd build
    - cmake -DCMAKE_PREFIX_PATH:STRING=/usr/local -DCMAKE_INSTALL_PREFIX:STRING=${CI_PROJECT_DIR}/compiled -DSCORD_BUILD_EXAMPLES:BOOL=ON -DSCORD_TRANSPORT_LIBRARY=libfabric -DSCORD_TRANSPORT_PROTOCOL=ofi+tcp -DSCORD_BIND_ADDRESS=127.0.0.1 -DSCORD_BIND_PORT=52000 ..
    - make install
    - make -j$(nproc) install
  artifacts:
    paths:
      - compiled/bin/