Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Apr 25, 2024
1 parent a235252 commit 0b91624
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,19 @@ jobs:
id && pwd && ls -la
END
#- name: Run Make
# run: |
# make -j3 GCC='${{matrix.compiler.GCC}}' GXX='${{matrix.compiler.GXX}}' MARCH='${{matrix.options.MARCH}}'
- name: Run Make
run: |
sudo chroot /srv/alpine su - runner <<'END'
make -j3 MARCH=
END
#- name: Check
# run: |
# make -j3 GCC='${{matrix.compiler.GCC}}' GXX='${{matrix.compiler.GXX}}' MARCH='${{matrix.options.MARCH}}' run
# continue-on-error: true

#- name: Upload Results
# uses: actions/upload-artifact@v4
# with:
# name: build-${{matrix.compiler.descr}}-${{matrix.options.descr}}
# path: build
- name: Upload Results
uses: actions/upload-artifact@v4
with:
name: build-${{matrix.label}}
path: build

0 comments on commit 0b91624

Please sign in to comment.