Skip to content

Instantly share code, notes, and snippets.

@fniephaus
Last active May 15, 2018 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fniephaus/b95c4ed15abd8c4305277f51fbe21fee to your computer and use it in GitHub Desktop.
Save fniephaus/b95c4ed15abd8c4305277f51fbe21fee to your computer and use it in GitHub Desktop.
GitLab CI configuration for smalltalkCI (draft)
image: hpiswa/smalltalkci
Squeak5.1:
script: smalltalkci -s "Squeak-5.1"
SqueakTrunk:
script: smalltalkci -s "Squeak-trunk"
Pharo6.1:
script: smalltalkci -s "Pharo-6.1"
PharoAlpha:
script: smalltalkci -s "Pharo-alpha"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment