Enji Cooper
Enji Cooper
Clang's `-Wmissing-variable-declarations` flag flags this as an issue since the flag is only used in `gtest.cc`. Declare the flag beforehand in `gtest.cc` to tell the compiler that the variable scope...
This change takes the CI work from the atf project that's been incubated and iterated on over the past several weeks/months. This work enables CI workflows with FreeBSD on Cirrus...
Use `gh release upload` to upload assets once they're generated. This avoids having to do the same operation manually.