diff options
author | Ren Kararou <[email protected]> | 2023-11-29 09:45:44 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-29 09:45:44 -0600 |
commit | 90fc21997e18e564e4b5681508815630f3dd4fcd (patch) | |
tree | 75cae9214bc156491fd730c0386c13d235993fcd | |
parent | e14d1b04855c34c614c9921b0c6ade35c4325139 (diff) | |
download | k2spice-90fc21997e18e564e4b5681508815630f3dd4fcd.tar.gz k2spice-90fc21997e18e564e4b5681508815630f3dd4fcd.tar.bz2 k2spice-90fc21997e18e564e4b5681508815630f3dd4fcd.zip |
builds now deny warnings
-rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml index 5ba9a1d..56858d1 100644 --- a/.build.yml +++ b/.build.yml @@ -1,4 +1,6 @@ image: freebsd/latest +environment: + RUSTFLAGS: -D warnings sources: - https://git.sr.ht/~spicywolf/k2spice tasks: |