Assume gcc compiler by default
Don't require defining gcc key in all matrix elements.
This commit is contained in:
parent
7cba593a85
commit
c58dc66056
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -24,7 +24,6 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: wxGTK Ubuntu 20.04 with ASAN
|
- name: wxGTK Ubuntu 20.04 with ASAN
|
||||||
runner: ubuntu-20.04
|
runner: ubuntu-20.04
|
||||||
compiler: gcc
|
|
||||||
configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl
|
configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl
|
||||||
gtk_version: 3
|
gtk_version: 3
|
||||||
skip_samples: true
|
skip_samples: true
|
||||||
@ -62,11 +61,8 @@ jobs:
|
|||||||
allow_warn_opt="-Wno-error=#warnings"
|
allow_warn_opt="-Wno-error=#warnings"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
gcc)
|
'')
|
||||||
echo CC=gcc >> $GITHUB_ENV
|
# Assume gcc.
|
||||||
echo CXX=g++ >> $GITHUB_ENV
|
|
||||||
echo LD=g++ >> $GITHUB_ENV
|
|
||||||
|
|
||||||
allow_warn_opt="-Wno-error=cpp"
|
allow_warn_opt="-Wno-error=cpp"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user