forked from lsof-org/lsof
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cirrus.yml
More file actions
29 lines (27 loc) · 717 Bytes
/
.cirrus.yml
File metadata and controls
29 lines (27 loc) · 717 Bytes
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
26
27
28
29
# freebsd13_task:
# freebsd_instance:
# image: freebsd-13-0-current-amd64-v20200604
# timeout_in: 120m
# install_script: pkg install -y git bash
# script:
# - ./Configure -n freebsd
# - make
# - bash ./check.bash freebsd
# freebsd12_task:
# freebsd_instance:
# image: freebsd-12-1-release-amd64
# timeout_in: 120m
# install_script: pkg install -y git bash
# script:
# - ./Configure -n freebsd
# - make
# - bash ./check.bash freebsd
# freebsd11_task:
# freebsd_instance:
# image: freebsd-11-3-release-amd64
# timeout_in: 120m
# install_script: pkg install -y git bash
# script:
# - ./Configure -n freebsd
# - make
# - bash ./check.bash freebsd