Skip to content

Commit

Permalink
Merge PR #10: Added support for SomSom
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Oct 13, 2021
2 parents 5a62f21 + 5af59b0 commit 0b4d374
Show file tree
Hide file tree
Showing 16 changed files with 5,315 additions and 24 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v2

- run: ./som.sh -cp core-lib/Smalltalk core-lib/TestSuite/TestHarness.som
- run: ./som.sh -cp core-lib/Smalltalk:core-lib/TestSuite:core-lib/SomSom/src/compiler:core-lib/SomSom/src/vm:core-lib/SomSom/src/vmobjects:core-lib/SomSom/src/interpreter:core-lib/SomSom/src/primitives core-lib/SomSom/tests/SomSomTests.som

- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run browserify
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:

jssom:
stage: test-benchmark
tags: [benchmarks, infinity]
tags: [yuria]
script:
- ./som.sh -cp ./Smalltalk ./TestSuite/TestHarness.som
- npm install .
Expand Down
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion core-lib
Submodule core-lib updated 205 files
Loading

1 comment on commit 0b4d374

@rebenchdb
Copy link

@rebenchdb rebenchdb bot commented on 0b4d374 Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance changes for cf03d4a...0b4d374

Summary Over All Benchmarks
Summary Over All Benchmarks

Full Report

Please sign in to comment.