Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from SimonDanisch/sd-update
Browse files Browse the repository at this point in the history
Update build_tarballs.jl
  • Loading branch information
SimonDanisch authored Jan 31, 2019
2 parents 686e786 + 094b15f commit 5bb95cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: julia
os:
- linux
julia:
- 0.6
- 1.0
notifications:
email: false
git:
Expand All @@ -19,8 +19,7 @@ sudo: required

# Before anything else, get the latest versions of things
before_script:
- julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryProvider.jl")'
- julia -e 'Pkg.clone("https://github.com/JuliaPackaging/BinaryBuilder.jl"); Pkg.build()'
- julia -e 'using Pkg; pkg"add BinaryBuilder BinaryProvider"'

script:
- julia build_tarballs.jl
Expand Down
11 changes: 5 additions & 6 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder

version = v"3.2.1"

# Collection of sources required to build glfw
sources = [
"https://github.com/glfw/glfw.git" =>
"1b8e3fdeae93df6d211529140439c644fcc45f87",
"999f3556fdd80983b10051746264489f2cb1ef16",

]

Expand Down Expand Up @@ -34,10 +36,7 @@ products(prefix) = [
]

# Dependencies that must be installed before this package can be built
dependencies = [

]
dependencies = []

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, "glfw", sources, script, platforms, products, dependencies)

build_tarballs(ARGS, "glfw", version, sources, script, platforms, products, dependencies)

0 comments on commit 5bb95cc

Please sign in to comment.