Skip to content

Commit 492823e

Browse files
committed
Adding Cirrus testsuite
1 parent eb784a5 commit 492823e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.cirrus.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
env:
2+
CIRRUS_CLONE_DEPTH: 1
3+
ARCH: amd64
4+
5+
freebsd_instance:
6+
# TODO: the 13.1 image should be around the corner soon
7+
image_family: freebsd-13-0
8+
9+
task:
10+
name: testsuite-freebsd-amd64
11+
install_script:
12+
- pkg install bash gmake
13+
script:
14+
- gmake tests
15+
- gmake cpp_tests

0 commit comments

Comments
 (0)