Skip to content

Commit

Permalink
[REMOVE] debug Julia 1.0 / Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Jul 7, 2022
1 parent aaafb24 commit 780292a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/deploydocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,19 @@ Documenter.authenticated_repo_url(c::TestDeployConfig) = c.repo_path
@test isfile(joinpath("worktree", d, "page.html"))
@test isfile(joinpath("worktree", d, "siteinfo.js"))
end
stat(joinpath("worktree", "v1")) |> display
stat(joinpath("worktree", "v1.0")) |> display
stat(joinpath("worktree", "v1.1")) |> display
stat(joinpath("worktree", "stable")) |> display
for fn in readdir("worktree")
fs = filemode(joinpath("worktree", fn))
@show fn fs (fs & 0xf000)
end
@test islink(joinpath("worktree", "v1"))
@test islink(joinpath("worktree", "v1.0"))
@test islink(joinpath("worktree", "v1.1"))
@test islink(joinpath("worktree", "stable"))
Sys.which("tree") === nothing || run(`tree`)
# And make sure that archived option didn't modify gh-pages
@test ! ispath(joinpath("worktree", "2.0.0"))
@test ! ispath(joinpath("worktree", "v2.0"))
Expand Down

0 comments on commit 780292a

Please sign in to comment.