Move npm install to CI build and remove it from tests

This commit is contained in:
Vitaliy Filippov
2023-06-28 23:41:46 +03:00
parent 63c2b9832c
commit 181d6ba407
3 changed files with 3 additions and 6 deletions
+3
View File
@@ -10,6 +10,9 @@ RUN set -e -x; \
ln -s /root/fio-build/fio-*/ ./fio; \
ln -s /root/qemu-build/qemu-*/ ./qemu; \
ls /usr/include/linux/raw.h || cp ./debian/raw.h /usr/include/linux/raw.h; \
cd mon; \
npm install; \
cd ..; \
mkdir build; \
cd build; \
cmake .. -DWITH_ASAN=yes -DWITH_QEMU=yes; \