Default the translations build to off and build it in CI

This commit is contained in:
Ian McInerney 2021-01-18 00:29:06 +00:00
parent d081697582
commit 5418e3454c
2 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ build_linux:
-DKICAD_USE_OCE=OFF
-DKICAD_USE_OCC=ON
-DKICAD_SPICE=ON
-DKICAD_BUILD_I18N=ON
../../
- make 2>&1 | tee compilation_log.txt
- cd ../../

View File

@ -99,8 +99,8 @@ option( KICAD_SPICE
ON )
option( KICAD_BUILD_I18N
"Buid the translations."
ON )
"Build the translation libraries."
OFF )
option( KICAD_I18N_UNIX_STRICT_PATH
"Use standard Unix locale lookup path (default OFF)."