Skip to content

Commit

Permalink
Merge pull request #214 from terasakisatoshi/prepare-release-v0.16.1
Browse files Browse the repository at this point in the history
prepare release v0.16.1
  • Loading branch information
terasakisatoshi authored Aug 31, 2020
2 parents 77cf4c1 + d3d9bcb commit 2e9065e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ RUN julia -e 'ENV["PYTHON"]=Sys.which("python3"); \
# generate precompile_statements_file
RUN xvfb-run julia \
--trace-compile=ijuliacompile.jl \
-e 'using Plots, IJulia; \
-e 'ENV["CI"]="true"; using Plots, IJulia; \
include(joinpath(pkgdir(IJulia), "test", "runtests.jl")); \
include(joinpath(pkgdir(Plots), "test", "runtests.jl"))'
try include(joinpath(pkgdir(Plots), "test", "runtests.jl")) catch end'

# update sysimage
RUN julia -e 'using PackageCompiler; \
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MyWorkflow"
uuid = "7abf360e-92cb-4f35-becd-441c2614658a"
authors = ["Satoshi Terasaki <[email protected]>"]
version = "0.16.0"
version = "0.16.1"

[deps]
Atom = "c52e3926-4ff0-5f6e-af25-54175e0327b1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- MyWorkflow.jl master (nightly) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/master) Julia v1.5.0

- MyWorkflow.jl v0.16.0 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.16.0) Julia v1.5.0
- MyWorkflow.jl v0.16.1 (stable) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.16.1) Julia v1.5.0

- MyWorkflow.jl v0.15.0 (legacy) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/terasakisatoshi/MyWorkflow.jl/v0.15.0) Julia v1.4.2

Expand Down
4 changes: 2 additions & 2 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ RUN julia -e 'ENV["PYTHON"]=Sys.which("python3"); \
# generate precompile_statements_file
RUN xvfb-run julia \
--trace-compile=ijuliacompile.jl \
-e 'using Plots, IJulia; \
-e 'ENV["CI"]="true"; using Plots, IJulia; \
include(joinpath(pkgdir(IJulia), "test", "runtests.jl")); \
include(joinpath(pkgdir(Plots), "test", "runtests.jl"))'
try include(joinpath(pkgdir(Plots), "test", "runtests.jl")) catch end'

# update sysimage
RUN mkdir /sysimages && julia -e 'using PackageCompiler; \
Expand Down

0 comments on commit 2e9065e

Please sign in to comment.