From b2ceb8c0e3f02763aa9096c1ce7b3d156a6f73c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Wed, 5 Oct 2022 15:35:01 -0400 Subject: [PATCH] Update BuildTest.yml [skip actions] --- .github/workflows/BuildTest.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 19285016..d7c99356 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -30,18 +30,8 @@ jobs: - name: Set build flags id: build_flags run: | - . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate - echo "Listing environment" - env - echo "Current directory" - pwd - echo "Listing files" - ls -alt - ls -alt .git git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32 - git config --list --show-origin - git status - + . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate # build_flags support the following options # --mock - to mock the compilation part - this is to be used for testing only # --force - to force a release build even if the last commit message doesn't contain the word "release" @@ -141,6 +131,7 @@ jobs: - name: Set build parameters run: | . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate + git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32 build_tools.py environment --build ${{ needs.bootstrap.outputs.build_number }} --env_file "$GITHUB_ENV" --node "${{matrix.node}}" --depth ${{matrix.depth}} --major 2 --docker sle118/squeezelite-esp32-idfv43 - uses: actions/download-artifact@master