mirror of
https://github.com/dosfstools/dosfstools.git
synced 2026-01-26 12:14:59 +00:00
travis: Include Ubuntu Bionic and Ubuntu Focal
This commit is contained in:
parent
3c9a3f43d6
commit
fc6a8a4108
12
.travis.yml
12
.travis.yml
@ -25,6 +25,18 @@ matrix:
|
||||
- compiler: clang
|
||||
env: CFLAGS="-m32 -W -Wall -O2 -g -fwrapv -fsanitize=address"
|
||||
include:
|
||||
- compiler: gcc
|
||||
dist: bionic
|
||||
env: CFLAGS="-W -Wall -O2 -g"
|
||||
- compiler: clang
|
||||
dist: bionic
|
||||
env: CFLAGS="-W -Wall -O2 -g"
|
||||
- compiler: gcc
|
||||
dist: focal
|
||||
env: CFLAGS="-W -Wall -O2 -g"
|
||||
- compiler: clang
|
||||
dist: focal
|
||||
env: CFLAGS="-W -Wall -O2 -g"
|
||||
- compiler: gcc
|
||||
env: CFLAGS="-mx32 -W -Wall -O2 -g -fwrapv" LDFLAGS="--static"
|
||||
addons:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user