Add Cirrus CI config file
Enable Cirrus CI to perform a complete doc tree build test. The official mirror on GitHub, as well as anyone who pushes the repo to GitHub can enjoy free CI functionality for all commits and pull requests. Reviewed by: lwhsu, bcr Differential Revision: https://reviews.freebsd.org/D27530
This commit is contained in:
parent
7a539fc83b
commit
2cd339f0e9
1 changed files with 16 additions and 0 deletions
16
.cirrus.yml
Normal file
16
.cirrus.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
freebsd_instance:
|
||||
image_family: freebsd-12-2-snap
|
||||
cpu: 8
|
||||
memory: 16G
|
||||
|
||||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
|
||||
task:
|
||||
only_if: $CIRRUS_BRANCH != 'svn_head'
|
||||
timeout_in: 120m
|
||||
install_script:
|
||||
- pkg install -y docproj
|
||||
test_script:
|
||||
- make all
|
||||
|
Loading…
Reference in a new issue