forked from aboutcode-org/scancode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cirrus.yml
35 lines (29 loc) · 1.14 KB
/
.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
26
27
28
29
30
31
32
33
34
35
env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
py27_task:
env:
PYTHON_EXE: /usr/local/bin/python2.7
freebsd_instance:
matrix:
image: freebsd-11-2-release-amd64
image: freebsd-12-0-release-amd64
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- pkg upgrade -y
- pkg install -y python27 bash libxml2 libxslt
script:
- ./configure
py36_task:
env:
PYTHON_EXE: /usr/local/bin/python3.6
freebsd_instance:
matrix:
image: freebsd-11-2-release-amd64
image: freebsd-12-0-release-amd64
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- pkg upgrade -y
- pkg install -y python36 bash libxml2 libxslt
script:
- ./configure