Skip to content

Commit

Permalink
Try mx/mx
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jul 28, 2023
1 parent 0bc6148 commit ad5dc36
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- name: Setup MX
run: |
git clone --depth 1 https://github.com/graalvm/mx.git
echo "PATH=$PATH:`pwd`/mx" >> "$GITHUB_ENV"
- name: CheckStyle
run: |
mx checkstyle
mx/mx checkstyle
- name: Download Eclipse
run: |
Expand All @@ -30,7 +29,7 @@ jobs:
- name: Check Eclipse Format
run: |
export ECLIPSE_EXE=${GITHUB_WORKSPACE}/../eclipse/eclipse
mx eclipseformat
mx/mx eclipseformat
test_som:
runs-on: ubuntu-22.04
Expand All @@ -47,24 +46,24 @@ jobs:
- name: Compile TruffleSOM
run: |
mx build
mx/mx build
- name: Tests
run: |
mx tests-junit
mx tests-som
mx/mx tests-junit
mx/mx tests-som
- name: Test Object Storage System
run: |
mx build-native-obj-test
mx/mx build-native-obj-test
./som-obj-storage-tester
- name: Tool Tests
continue-on-error: true
run: |
mx tests-nodestats
mx tesst-coverage
mx/mx tests-nodestats
mx/mx tesst-coverage
- name: SomSom Tests
run: |
Expand Down

0 comments on commit ad5dc36

Please sign in to comment.