Default the translations build to off and build it in CI
This commit is contained in:
parent
d081697582
commit
5418e3454c
|
@ -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 ../../
|
||||
|
|
|
@ -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)."
|
||||
|
|
Loading…
Reference in New Issue