mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[CI]Work around new git security measure. This one works.
This commit is contained in:
parent
baffae88f8
commit
022d2b08e2
@ -8,6 +8,5 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
|
||||
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
|
||||
run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
|
||||
run locale-gen
|
||||
run git config --global --add safe.directory /github/workspace
|
||||
copy entrypoint.sh /
|
||||
entrypoint /entrypoint.sh
|
||||
|
@ -7,6 +7,7 @@ cd build
|
||||
export TZ="America/Los_Angeles"
|
||||
export PATH="$PATH:/usr/bin/core_perl"
|
||||
export CTEST_OUTPUT_ON_FAILURE=On
|
||||
git config --global --add safe.directory /github/workspace
|
||||
cmake /github/workspace -DWITH_PYTHON=ON -DCMAKE_BUILD_TYPE=debug -G Ninja
|
||||
ninja
|
||||
ninja check
|
||||
|
Loading…
Reference in New Issue
Block a user