From 14c5d3da1ff2b907924c9b4bd8307c72e04cfb95 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 30 Jan 2024 15:44:49 +0100 Subject: [PATCH] Set options and conf for building with emsdk Contribute to NP-5 --- profiles/cura_wasm.jinja | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/cura_wasm.jinja b/profiles/cura_wasm.jinja index 377455a..fe4c0ad 100644 --- a/profiles/cura_wasm.jinja +++ b/profiles/cura_wasm.jinja @@ -6,3 +6,10 @@ emsdk/3.1.50 [settings] os=Emscripten arch=wasm + +[conf] +tools.build:skip_test=True + +[options] +curaengine:enable_plugins=False +curaengine:enable_arcus=False \ No newline at end of file