From c5d66433ebfc7b36fcbd4edd991a0d3779e20953 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 2 Jun 2025 22:16:28 -0400 Subject: [PATCH] Stop building testing for more Flatpak modules --- zone.xiv.novus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zone.xiv.novus.yml b/zone.xiv.novus.yml index 0373167..1c6a004 100644 --- a/zone.xiv.novus.yml +++ b/zone.xiv.novus.yml @@ -41,12 +41,16 @@ modules: sha256: 2d9517c1049a5b330831f7adc1de26d8db5357fdebe616c0a29e9ae1d8900692 - name: glm buildsystem: cmake-ninja + config-opts: + - -DBUILD_TESTING=OFF sources: - type: archive url: https://github.com/g-truc/glm/archive/efec5db081e3aad807d0731e172ac597f6a39447.zip sha256: e7a1abc208278cc3f0dba59c5170d83863b3375f98136d588b8beb74825e503c - name: json buildsystem: cmake-ninja + config-opts: + - -DBUILD_TESTING=OFF sources: - type: archive url: "https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz"