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

Use new Artifacts framework to install binary dependencies #36

Merged
merged 6 commits into from
Dec 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
giordano marked this conversation as resolved.
Show resolved Hide resolved
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,13 +4,14 @@ version = "0.4.0"

[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"

[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"
giordano marked this conversation as resolved.
Show resolved Hide resolved

[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down
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