mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 08:57:04 +00:00
Update .gitignore, rearrange CI workflows variable definition
This commit is contained in:
parent
55ca4e1b14
commit
4f02d24aeb
3 changed files with 4 additions and 2 deletions
2
.github/workflows/clang.yml
vendored
2
.github/workflows/clang.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/gcc.yml
vendored
2
.github/workflows/gcc.yml
vendored
|
@ -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
2
.gitignore
vendored
|
@ -19,6 +19,8 @@ common/lib/Makefile.in
|
|||
compile
|
||||
config.h
|
||||
config.h.in
|
||||
config.guess
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
|
|
Loading…
Reference in a new issue