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

Travis script, using julia 0.6? #6

Open
djp42 opened this issue Mar 3, 2019 · 2 comments
Open

Travis script, using julia 0.6? #6

djp42 opened this issue Mar 3, 2019 · 2 comments

Comments

@djp42
Copy link
Collaborator

djp42 commented Mar 3, 2019

See (https://travis-ci.org/sisl/AutoRisk.jl/builds/501261225?utm_source=github_status&utm_medium=notification). We saw it use julia 0.6. No idea about how travis works

@MaximeBouton
Copy link
Member

@MaximeBouton
Copy link
Member

One thing to note, since there are unregistered dependencies, they should be added before evaluating the package.
The code under script should look like this:

  - julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"))'
# add other unregistered dependencies (records.jl, adm.jl, autoviz.jl, ...)
  - julia --project --color=yes --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("AutoRisk"; coverage=true)' 

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

No branches or pull requests

2 participants