Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Use CirrusCI.jl for FreeBSD CI #161

Merged
merged 1 commit into from
Apr 29, 2019
Merged
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
21 changes: 11 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
freebsd_instance:
image: freebsd-12-0-release-amd64
freebsd_test_task:
task:
name: FreeBSD
env:
JULIA_VERSION: "1.0"
matrix:
- JULIA_VERSION: 1.0
- JULIA_VERSION: 1.1
- JULIA_VERSION: nightly
install_script:
- pkg install -y curl
- mkdir -p ~/julia
- curl -s -L --retry 7 "https://julialang-s3.julialang.org/bin/freebsd/x64/${JULIA_VERSION}/julia-${JULIA_VERSION}-latest-freebsd-x86_64.tar.gz" | tar -C ~/julia -x -z --strip-components=1 -f -
- ln -s "${HOME}/julia/bin/julia" /usr/local/bin/julia
- julia --color=yes -e "using InteractiveUtils; versioninfo()"
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
build_script:
- julia --color=yes -e "using Pkg; Pkg.add(PackageSpec(name=\"BinaryProvider\", path=pwd()))"
- julia --color=yes -e "using Pkg; Pkg.build(\"BinaryProvider\")"
- cirrusjl build
test_script:
- julia --color=yes -e "using Pkg; Pkg.test(\"BinaryProvider\")"
- cirrusjl test
coverage_script:
- cirrusjl coverage codecov coveralls