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_OCE=OFF
|
||||||
-DKICAD_USE_OCC=ON
|
-DKICAD_USE_OCC=ON
|
||||||
-DKICAD_SPICE=ON
|
-DKICAD_SPICE=ON
|
||||||
|
-DKICAD_BUILD_I18N=ON
|
||||||
../../
|
../../
|
||||||
- make 2>&1 | tee compilation_log.txt
|
- make 2>&1 | tee compilation_log.txt
|
||||||
- cd ../../
|
- cd ../../
|
||||||
|
|
|
@ -99,8 +99,8 @@ option( KICAD_SPICE
|
||||||
ON )
|
ON )
|
||||||
|
|
||||||
option( KICAD_BUILD_I18N
|
option( KICAD_BUILD_I18N
|
||||||
"Buid the translations."
|
"Build the translation libraries."
|
||||||
ON )
|
OFF )
|
||||||
|
|
||||||
option( KICAD_I18N_UNIX_STRICT_PATH
|
option( KICAD_I18N_UNIX_STRICT_PATH
|
||||||
"Use standard Unix locale lookup path (default OFF)."
|
"Use standard Unix locale lookup path (default OFF)."
|
||||||
|
|
Loading…
Reference in New Issue