mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-02-01 15:21:09 +03:00
Update BuildTest.yml [skip actions]
This commit is contained in:
13
.github/workflows/BuildTest.yml
vendored
13
.github/workflows/BuildTest.yml
vendored
@@ -30,18 +30,8 @@ jobs:
|
|||||||
- name: Set build flags
|
- name: Set build flags
|
||||||
id: build_flags
|
id: build_flags
|
||||||
run: |
|
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 --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32
|
||||||
git config --list --show-origin
|
. /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
|
||||||
git status
|
|
||||||
|
|
||||||
# build_flags support the following options
|
# build_flags support the following options
|
||||||
# --mock - to mock the compilation part - this is to be used for testing only
|
# --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"
|
# --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
|
- name: Set build parameters
|
||||||
run: |
|
run: |
|
||||||
. /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
|
. /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
|
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
|
- uses: actions/download-artifact@master
|
||||||
|
|||||||
Reference in New Issue
Block a user