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

Skip Pkg.clone(pwd()) in AppVeyor #334

Closed
wants to merge 11 commits into from
Closed

Skip Pkg.clone(pwd()) in AppVeyor #334

wants to merge 11 commits into from

Conversation

tkf
Copy link
Contributor

@tkf tkf commented Jul 20, 2018

see #333

@tkf tkf force-pushed the appveyor branch 2 times, most recently from 143b053 to b1d6a93 Compare July 20, 2018 20:59
@@ -4,6 +4,9 @@ environment:
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
global:
JULIA_PROJECT: "@."
# as in https://github.com/travis-ci/travis-build/blob/5aef38fe4785caf3fec7a53364e6c17501c8fbb9/lib/travis/build/script/julia.rb#L23
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project.toml Outdated
@@ -0,0 +1,21 @@
name = "ForwardDiff"
uuid = "cdcbfbfc-8bc0-11e8-194f-4dc5537a382f"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tkf added 4 commits July 20, 2018 14:56
Here is how I created it:

```
julia> Pkg.API.project("ForwardDiff", ".."; preview=false)
julia> edit("Project.toml")
(v0.7) pkg> activate .
(ForwardDiff) pkg> add StaticArrays DiffResults DiffRules NaNMath SpecialFunctions CommonSubexpressions
```

uuid is taken from:
https://github.com/JuliaRegistries/General/blob/5effb80270af0c849135c80c4fdbcfe9a1a5c180/F/ForwardDiff/Package.toml#L2
@tkf
Copy link
Contributor Author

tkf commented Jul 20, 2018

Merged to #333

@tkf tkf closed this Jul 20, 2018
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

2 participants