Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Jul 23, 2024
1 parent 7a274ef commit ae4f463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,8 @@ jobs:
run: |
eval "BOLOS_SDK=\$$(echo ${{ matrix.device }} | tr [:lower:] [:upper:])_SDK" && \
echo "BOLOS_SDK value will be: ${BOLOS_SDK}" && \
BOLOS_SDK=${BOLOS_SDK} make
# echo "binary_path=./build/*" >> $GITHUB_OUTPUT
BOLOS_SDK=${BOLOS_SDK} DEVEL=1 DEFINES+=HEADLESS make
echo "Build complete"
# - name: Upload app binary
# uses: actions/upload-artifact@v4
# with:
# name: binaries-${{ matrix.device }}
# path: ${{ steps.build.outputs.binary_path }}
# if-no-files-found: error
- name: Install Node.js
run : apk add --update nodejs npm
- name : Install yarn
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ VARIANT_VALUES = cardano_ada

DEFINES += RESET_ON_CRASH
# Enabling DEBUG flag will enable PRINTF and disable optimizations
DEVEL = 1
DEFINES += HEADLESS
# DEVEL = 1
# DEFINES += HEADLESS

# Enabling debug PRINTF
ifeq ($(DEVEL), 1)
Expand Down

0 comments on commit ae4f463

Please sign in to comment.