Commit cff800e
committed
ci: add FreeBSD build CI and glog 0.7.x compatibility
Add GitHub Actions workflow for FreeBSD using vmactions/freebsd-vm@v1.
This runs cmake + make on FreeBSD 14.2 with system-installed deps.
Also add conditional GLOG_USE_GLOG_EXPORT detection for glog >= 0.7
compatibility. This uses check_include_file_cxx to detect glog/export.h
(added in glog 0.7) before defining GLOG_USE_GLOG_EXPORT. Safe with
older glog versions where the header does not exist. This benefits all
platforms, not just FreeBSD.1 parent 5a2466a commit cff800e
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments