Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scala Effekt and implement simple state example #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

b-studios
Copy link
Contributor

@kayceesrk what do you need to integrate Scala Effekt into CI? Since Scala Effekt is a library, it should be enough to just pick any Scala version and cache the dependencies:

language: scala
jdk:
- oraclejdk8
cache:
  directories:
    - $HOME/.ivy2/cache
    - $HOME/.sbt

@kayceesrk
Copy link
Collaborator

I think if you change the language at the top-level in the yaml file, then it changes the VM for all languages. It would be best if we set up per language matrix like https://stackoverflow.com/questions/27644586/how-to-set-up-travis-ci-with-multiple-languages. We can then run the makefile with appropriate env variables such that we only run tests for that particular language.

@b-studios b-studios mentioned this pull request May 11, 2018
@b-studios b-studios force-pushed the add-scala-effect-and-state-example branch from 1460d70 to 57bcda0 Compare May 11, 2018 13:23
@b-studios
Copy link
Contributor Author

b-studios commented May 11, 2018

I guess this now can be merged due to #6. Here is the most recent build rebased to master: https://travis-ci.org/b-studios/effects-rosetta-stone/builds/377729439 (I canceled the other languages to speed up the build :) )

@kayceesrk
Copy link
Collaborator

kayceesrk commented May 13, 2018

Lgtm! Have asked @andrejbauer to review as well.

@b-studios
Copy link
Contributor Author

Ping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants