Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:

som:
stage: test-benchmark
tags: [benchmarks, infinity]
tags: [kent-yuria]
script:
- ant test
- ./som.sh -cp ./Smalltalk ./TestSuite/TestHarness.som
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ distributed under the MIT License. Please see the LICENSE file for details.
Build Status
------------

Thanks to Travis CI, all commits of this repository are tested.
The current build status is: [![Build Status](https://travis-ci.org/SOM-st/som-java.png?branch=master)](https://travis-ci.org/SOM-st/som-java)
This repo has CI setups for GitLab CI and GitHub Actions.

[![Build Status](https://github.com/SOM-st/SOM-java/actions/workflows/ci.yml/badge.svg)](https://github.com/SOM-st/SOM-java/actions)

[SOM]: http://www.hpi.uni-potsdam.de/hirschfeld/projects/som/
[SOMst]: https://travis-ci.org/SOM-st/
[SOMst]: https://som-st.github.io
Loading