ref: 7db2f0c6cfc8884b571a37190ed9140d29ee7fed
parent: 75872236da501075db5411a29636018b2af6ac08
author: Marcus Asteborg <maastebo@microsoft.com>
date: Tue May 30 17:13:51 EDT 2023
add neural fec to cmake in gitlab ci Signed-off-by: Marcus Asteborg <maastebo@microsoft.com> Signed-off-by: Jean-Marc Valin <jmvalin@amazon.com>
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,9 +83,9 @@
script:
- ./autogen.sh
- mkdir build
- - cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DOPUS_BUILD_TESTING=ON -DOPUS_BUILD_PROGRAMS=ON
- - cmake --build build
- - cd build && ctest --output-on-failure
+ - cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DOPUS_BUILD_TESTING=ON -DOPUS_BUILD_PROGRAMS=ON -DOPUS_NEURAL_FEC=ON
+ - cmake --build build -j 4
+ - cd build && ctest --output-on-failure -j 4
.meson:
image: 'debian:bookworm-slim'
--
⑨