Install locales used in wxUILocale tests on the CI system
Ensure that the tests are run instead of being skipped. Also merge "Set environment variables" and "Before install" steps into a single "Set up" step to avoid adding yet another separate step for locale installation.
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Set environment variables
|
- name: Set up build system
|
||||||
run: |
|
run: |
|
||||||
echo LD_LIBRARY_PATH=`pwd`/lib >> $GITHUB_ENV
|
echo LD_LIBRARY_PATH=`pwd`/lib >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -149,8 +149,10 @@ jobs:
|
|||||||
|
|
||||||
echo "wxMAKEFILE_CXXFLAGS=$wxMAKEFILE_CXXFLAGS $error_opts" >> $GITHUB_ENV
|
echo "wxMAKEFILE_CXXFLAGS=$wxMAKEFILE_CXXFLAGS $error_opts" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Before install
|
# Install locales used by our tests to run all the tests instead of
|
||||||
run: |
|
# skipping them.
|
||||||
|
sudo locale-gen de_DE.utf8 de_CH.utf8 en_US.utf8 fr_FR.utf8 sv_SE.utf8
|
||||||
|
|
||||||
./build/tools/before_install.sh
|
./build/tools/before_install.sh
|
||||||
|
|
||||||
- name: Configuring
|
- name: Configuring
|
||||||
|
Reference in New Issue
Block a user