-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cirrus.yml
25 lines (25 loc) · 906 Bytes
/
.cirrus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
freebsd_instance:
image: freebsd-12-0-release-amd64
task:
name: FreeBSD
env:
matrix:
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "false"
JULIA_VERSION: 1.0
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "true"
JULIA_VERSION: 1.0
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "false"
JULIA_VERSION: 1.1
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "true"
JULIA_VERSION: 1.1
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "false"
JULIA_VERSION: nightly
- JULIA_MathPhysicalConstants_BUILD_SOURCE: "true"
JULIA_VERSION: nightly
install_script:
- if [ "${JULIA_MathPhysicalConstants_BUILD_SOURCE}" = "true" ]; then pkg install -y gmake gcc; fi
- sh -c "$(fetch https://raw.githubusercontent.com/laguer/CirrusCI.jl/master/bin/install.sh -o -)"
build_script:
- cirrusjl build
test_script:
- cirrusjl test