First try to see what Travis thinks about these changes. You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/331 Commit Summary
File Changes
Patch Links:
— |
@fniephaus requested changes on this pull request. LGTM In .travis.yml: > compiler: clang - stage: "Other Mac builds" - env: ARCH="macos64x64" FLAVOR="newspeak.cog.spur" + env: ARCH="macos64x64" FLAVOR="newspeak.cog.spur" TESTIMAGE="refer newspeakBootstrap.sh" I don't really have a better suggestion, so let's go with refer newspeakBootstrap.sh for now. In .travis.yml: > @@ -28,97 +28,98 @@ jobs: fast_finish: true include: - stage: "Main Squeak and Pharo builds" - env: ARCH="linux32x86" FLAVOR="squeak.cog.spur" - - env: ARCH="macos32x86" FLAVOR="squeak.cog.spur" + env: ARCH="linux32x86" FLAVOR="squeak.cog.spur" TESTIMAGE="Squeak-5.1" Not that hpi-swa/smalltalkCI#407 is fixed, please update all image names accordingly ( > LINUX_BINARY="pharo" MACOS_BINARY="Pharo" ;; *) - echo "Skipping SUnit testing for ${FLAVOR}..." + echo "Skipping SUnit testing for unknown flavor ${FLAVOR}..." Thanks for cleaning all of this up! — |
In reply to this post by David T Lewis
@bencoman pushed 1 commit.
— |
In reply to this post by David T Lewis
Hold this for the moment. I'm developing another idea to demonstrate shortly. — |
In reply to this post by David T Lewis
@bencoman I think we held for a moment :) — |
Free forum by Nabble | Edit this page |