Skip to content

Commit

Permalink
Upload all standalones.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 22, 2023
1 parent 9a8f36c commit efde19e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ jobs:
- name: Run SystemReporter on TruffleSqueak standalone
run: 'trufflesqueak --code "(String streamContents: [:s | SystemReporter basicNew reportImage: s; reportVM: s; reportVMParameters: s]) withUnixLineEndings" images/test-64bit.image'
- name: Upload TruffleSqueak standalone
uses: actions/upload-artifact@v3
with:
name: trufflesqueak-${{ matrix.type }}-${{ matrix.os }}
path: ${{ env.STANDALONE_TARGET }}
retention-days: 7
- name: Deploy TruffleSqueak standalone
shell: bash
run: mx.trufflesqueak/utils.sh deploy-asset ${{ env.STANDALONE_TARGET }} ${{ secrets.GITHUB_TOKEN }}
# GraalVM Native Image does not support AWT on macOS yet (https://github.com/oracle/graal/issues/4921)
Expand Down

0 comments on commit efde19e

Please sign in to comment.