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

Porting to Julia 1.0, project structure, test, CI, docs, refactoring #3

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

Conversation

pszufe
Copy link
Collaborator

@pszufe pszufe commented Mar 12, 2019

  1. Code ported to Julia 1.0
  2. Project structure created
  3. Tests updated
julia>
#press ] for the package manager
(v1.0) pkg> activate .
(TcrSimulation) pkg> test
  1. Continuous integration set up - ready to add to Travis (the repository owner should do it)
    Note that you will need to setup Travis key
julia> using DocumenterTools
#press ] for the package manager
(v1.0) pkg> activate .
julia> using TcrSimulation
julia> Travis.genkeys(TcrSimulation)
  1. Documentation generation skeleton added
  2. Refactoring started

Check whether it still works as intended and we will discuss what's next

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.

None yet

1 participant