Add basic FreeBSD build
This commit is contained in:
parent
5759f905f2
commit
8f7ffa2502
|
@ -83,6 +83,12 @@ task:
|
||||||
compile_script:
|
compile_script:
|
||||||
- make USE_OPENMP=1
|
- make USE_OPENMP=1
|
||||||
|
|
||||||
|
task:
|
||||||
|
name: FreeBSD
|
||||||
|
freebsd_instance:
|
||||||
|
compile_script:
|
||||||
|
- make
|
||||||
|
|
||||||
#task:
|
#task:
|
||||||
# name: Windows/LLVM16 --- too slow ---
|
# name: Windows/LLVM16 --- too slow ---
|
||||||
# windows_container:
|
# windows_container:
|
||||||
|
|
Loading…
Reference in New Issue