Browse Source

Don't skip the tests

Contributes to CURA-10951
pull/6/head
Jelle Spijker 3 years ago
parent
commit
e278e2e495
  1. 1
      global.conf

1
global.conf

@ -3,6 +3,7 @@ core:default_build_profile = cura_build.jinja
tools.cmake.cmaketoolchain:generator = Ninja
tools.env.virtualenv:auto_use = True
tools.gnu:define_libcxx11_abi = True
tools.build:skip_test = False
# FIXME: Needs to be commented out for OpenSSL to work but if we wan't to create ps1 scripts it needs to be set to True
# Otherwise .bat files are created. Maybe we should define this on a recipe basis:

Loading…
Cancel
Save