Update .gitignore, rearrange CI workflows variable definition

This commit is contained in:
William Robinet 2020-08-30 19:06:47 +02:00
parent 55ca4e1b14
commit 4f02d24aeb
3 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,6 @@ jobs:
- name: autogen
run: ./autogen.sh
- name: configure
run: CC=/usr/bin/clang ./configure
run: ./configure CC=/usr/bin/clang
- name: make
run: make

View file

@ -19,6 +19,6 @@ jobs:
- name: autogen
run: ./autogen.sh
- name: configure
run: CC=/usr/bin/gcc ./configure
run: ./configure CC=/usr/bin/gcc
- name: make
run: make

2
.gitignore vendored
View file

@ -19,6 +19,8 @@ common/lib/Makefile.in
compile
config.h
config.h.in
config.guess
config.sub
configure
depcomp
install-sh