Build both models and webpage

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 17:15:48 +01:00
parent 40014628ae
commit b0a522e5c4

View File

@ -4,6 +4,6 @@ build:
- apt-get install -y jq make - apt-get install -y jq make
script: script:
- Xvfb :99 & - Xvfb :99 &
- DISPLAY=:99 make -j$(nproc) DESTDIR=public - DISPLAY=:99 make -j$(nproc) DESTDIR=public models webpage
artifacts: artifacts:
paths: ["public"] paths: ["public"]