Update .cirrus.yml
This commit is contained in:
parent
8f7ffa2502
commit
56f8f765ef
|
@ -86,8 +86,10 @@ task:
|
||||||
task:
|
task:
|
||||||
name: FreeBSD
|
name: FreeBSD
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
|
image_family: freebsd-13-2
|
||||||
compile_script:
|
compile_script:
|
||||||
- make
|
- pkg install -y gmake gcc-12
|
||||||
|
- gmake
|
||||||
|
|
||||||
#task:
|
#task:
|
||||||
# name: Windows/LLVM16 --- too slow ---
|
# name: Windows/LLVM16 --- too slow ---
|
||||||
|
|
Loading…
Reference in New Issue