Skip to content

Commit

Permalink
Merge pull request #36 from giordano/artifacts
Browse files Browse the repository at this point in the history
Use new Artifacts framework to install binary dependencies
  • Loading branch information
davidanthoff authored Dec 7, 2019
2 parents 1bf8dcb + 2f2a692 commit 53f0946
Show file tree
Hide file tree
Showing 29 changed files with 17 additions and 1,274 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ os:
arch:
- x64
- x86
- arm64
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
exclude:
- os: osx
arch: x86
allow_failures:
- julia: nightly
- os: osx
arch: arm64
- os: windows
arch: arm64
- julia: nightly
arch: arm64
notifications:
email: false
coveralls: false
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ version = "0.3.1-DEV"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Glib_jll = "7746bdde-850d-59dc-9ae8-88ece973131d"
Librsvg_jll = "925c91fb-5dd6-59dd-8e8c-345e74382d89"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
julia = "1"
Cairo = "0.8"
BinaryProvider = "0.5.5"
Cairo = "1"
Glib_jll = "2.59.0"
Librsvg_jll = "2.42.2"
julia = "1.3"

[targets]
test = ["Test", "Printf"]
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1.2
- julia_version: 1.3
- julia_version: nightly

Expand Down
64 changes: 0 additions & 64 deletions deps/build.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_Bzip2.v1.0.6.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_Cairo.v1.14.12.jl

This file was deleted.

49 changes: 0 additions & 49 deletions deps/build_Expat.v2.2.7.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_Fontconfig.v2.13.1.jl

This file was deleted.

Loading

0 comments on commit 53f0946

Please sign in to comment.