You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,10 @@ Virtual Satellite is based on Java / Eclipse and provides an installable feature
33
33
3. Import all projects and working-sets via the ProjectSet file in _de.dlr.sc.virsat.ide/projectSet_
34
34
6. Execute the Virtual Satellite DEV IDE build from _de.dlr.sc.virsat.ide/launchers_
35
35
36
-
## Travis CI and Releases
36
+
## Github Actions and Releases
37
+
Github Actions is set-up to start a build job for every branch and every new commit to the repository. It executes all relevant tests such as jUnit, SWTBot, Checkstyle, SpotBugs, etc. Making a successful pull-request into development requires all tests to pass.
37
38
38
-
Tarvis CI is set-up to start a build job for every branch and every new commit to the repository. It executes all relevant tests such as jUnit, SWTBot, Checkstyle, SpotBugs, etc. Making a successful pull-request into development requires all tests to pass.
39
-
40
-
Starting a Travis CI job on development or integration deploys all relevant artifacts.
39
+
Starting a Github Actions job on development or integration deploys all relevant artifacts.
41
40
42
41
For creating a new release, create a tag starting with *Release_* on the *master* branch. All artifacts are automatically deployed.
0 commit comments