without_compiler
From pkgbuild v1.0.0
by James Hester
Tools for testing pkgbuild
with_compiler
temporarily disables code compilation by setting
CC
, CXX
, makevars to test
. without_cache
resets the cache before and after running code
.
Usage
without_compiler(code)without_cache(code)
Arguments
- code
Code to execute with broken compilers
Community examples
Looks like there are no examples yet.