Skip to content

Commit

Permalink
Adding a debug step to the auto-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrainge committed Aug 26, 2024
1 parent 2ec04c0 commit b688560
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: ubuntu-latest
- target: x86_64-apple-darwin
os: ubuntu-latest

runs-on: ${{ matrix.os }}
env:
CXXTARGET: ${{ matrix.target }}
Expand All @@ -59,10 +59,12 @@ jobs:
run: sudo apt-get install -y libatomic1-arm64-cross
- name: targets and version debug
run: clang++ -print-targets && clang++ --version
- name: make
- name: make
run: make default
env:
TARGET: sorth-${{ matrix.target }}
- name: List files in build directory
run: ls -al build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand All @@ -86,4 +88,4 @@ jobs:
file: "dist/sorth-${{ matrix.target }}.zip"
tags: true
draft: true

0 comments on commit b688560

Please sign in to comment.