Skip to content

Commit a785e4a

Browse files
authored
Setup JKU CI (#41)
2 parents 7486f76 + b57e276 commit a785e4a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99

1010
som:
1111
stage: test-benchmark
12-
tags: [benchmarks, infinity]
12+
tags: [kent-yuria]
1313
script:
1414
- ant test
1515
- ./som.sh -cp ./Smalltalk ./TestSuite/TestHarness.som

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ distributed under the MIT License. Please see the LICENSE file for details.
4949
Build Status
5050
------------
5151

52-
Thanks to Travis CI, all commits of this repository are tested.
53-
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)
52+
This repo has CI setups for GitLab CI and GitHub Actions.
53+
54+
[![Build Status](https://github.com/SOM-st/SOM-java/actions/workflows/ci.yml/badge.svg)](https://github.com/SOM-st/SOM-java/actions)
5455

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

0 commit comments

Comments
 (0)