Skip to content

Commit

Permalink
Merge pull request #123 from rdeits/rd/update-js
Browse files Browse the repository at this point in the history
update to the latest meshcat js
  • Loading branch information
rdeits authored Oct 10, 2019
2 parents 69c6cf4 + 08a73fb commit aea1011
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 678 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.ipynb_checkpoints
deps/build.log
Manifest.toml

5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
- os: linux
julia: 1.1
env: TESTCMD="xvfb-run julia"
- os: linux
julia: 1.2
env: TESTCMD="xvfb-run julia"
- os: linux
julia: nightly
env: TESTCMD="xvfb-run julia"
Expand Down Expand Up @@ -39,6 +42,8 @@ before_install:

script:
- julia --color=yes -e "using Pkg; if VERSION >= v\"1.1.0-rc1\"; Pkg.build(verbose=true); else Pkg.build(); end"
# work-around for https://github.com/JuliaWeb/MbedTLS.jl/issues/193
- julia --color=yes -e "using Pkg; if VERSION >= v\"1.2.0\"; Pkg.update(\"MbedTLS\"); end"
- $TESTCMD --check-bounds=yes --color=yes -e 'using Pkg; Pkg.test("MeshCat", coverage=true)'
- julia --color=yes -e 'using MeshCat; MeshCat.develop_meshcat_assets(true)'
- julia --color=yes -e 'import Pkg; Pkg.build("MeshCat")'
Expand Down
315 changes: 0 additions & 315 deletions Manifest.toml

This file was deleted.

4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"

[compat]
AssetRegistry = "0.1"
Cassette = "0.2.5"
Cassette = "0.2.5"
GeometryTypes = "0.6, 0.7"
JSExpr = "0.3, 0.5"
Mux = "0.7"
WebIO = "0.8"
WebIO = "0.8.11"
julia = "0.7, 1"

[extras]
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- julia_version: 1
- julia_version: 1.1
- julia_version: 1.2
- julia_version: nightly

platform:
Expand Down
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Base.Filesystem
using BinDeps: unpack_cmd, download_cmd


const meshcat_sha = "3122cecd5da022ad96bb0c8dc0f811a1bc492350"
const meshcat_sha = "2628e6020f510ffa8fef52123e2941f7fef39428"
const meshcat_url = "https://github.com/rdeits/meshcat/archive/$meshcat_sha.zip"

const assets_dir = normpath(joinpath(@__DIR__, "..", "assets"))
Expand Down
Loading

0 comments on commit aea1011

Please sign in to comment.