mirror of
https://github.com/PDP-10/klh10.git
synced 2026-01-11 23:52:54 +00:00
FreeBSD build on Cirrus CI.
This commit is contained in:
parent
b41d4b8ac7
commit
2f478c2df2
16
.cirrus.yml
Normal file
16
.cirrus.yml
Normal file
@ -0,0 +1,16 @@
|
||||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
ARCH: amd64
|
||||
|
||||
task:
|
||||
freebsd_instance:
|
||||
image: freebsd-12-0-release-amd64
|
||||
install_script:
|
||||
- pkg upgrade -y
|
||||
- pkg install -y gmake pkgconf autotools
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- mkdir tmp
|
||||
- cd tmp
|
||||
- ../configure --enable-lights
|
||||
- gmake -C bld-ks-its
|
||||
Loading…
x
Reference in New Issue
Block a user