Skip to content

Commit

Permalink
Add VERBOSE=1 to CMake Call and print tree
Browse files Browse the repository at this point in the history
  • Loading branch information
gsathilscher committed Aug 8, 2024
1 parent 3195089 commit 1e006af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
run: apt update && apt install -y python3-pip && python3 -m pip install gitpython
- name: Build flasher
run: python3 build_artifact.py -m ${{ matrix.platform.distribution-id }} ${{ matrix.platform.distribution-version }} ${{ matrix.platform.cpu-architecture }}
- name: install tree
run: run: apt install -y tree
- name: Print tree of build folder
run: tree -a /__w/org.muhkuh.tools-flasher/org.muhkuh.tools-flasher/flasher-environment/build/
- name: Upload artifacts
# Use the old upload-artifact v1 here. The newer v2 does not work with 32bit containers.
uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion build_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
astrCMAKE_COMPILER = []
astrCMAKE_PLATFORM = []
astrJONCHKI_SYSTEM = []
strMake = 'make'
strMake = 'make VERBOSE=1'

elif tPlatform['cpu_architecture'] == 'armhf':
# Build on linux for raspberry.
Expand Down
2 changes: 1 addition & 1 deletion flasher-environment/org.muhkuh.lua-romloader

0 comments on commit 1e006af

Please sign in to comment.