Skip to content

Commit

Permalink
Run Cuis tests with Graal compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 29, 2022
1 parent 1a1acf4 commit 34d5060
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,12 @@ jobs:
with:
submodules: true
- name: Set up dependencies
shell: bash
run: mx.trufflesqueak/utils.sh set-up-dependencies java17
- name: Build TruffleSqueak JVM component
run: mx.trufflesqueak/utils.sh build-component trufflesqueak-jvm SMALLTALK_INSTALLABLE_JAVA17 ${{ env.INSTALLABLE_JVM_TARGET }}
- name: Clone Cuis-Smalltalk repository
- name: Build TruffleSqueak and Graal compiler
run: |
mx --dy /compiler build
echo "$(mx --dy /compiler graalvm-home)/bin" >> $GITHUB_PATH
- name: Clone Cuis-Smalltalk-Dev repository
uses: actions/checkout@v2
with:
repository: 'Cuis-Smalltalk/Cuis-Smalltalk-Dev'
Expand Down

0 comments on commit 34d5060

Please sign in to comment.