mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07: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
|
- name: autogen
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
- name: configure
|
- name: configure
|
||||||
run: CC=/usr/bin/clang ./configure
|
run: ./configure CC=/usr/bin/clang
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
2
.github/workflows/gcc.yml
vendored
2
.github/workflows/gcc.yml
vendored
|
@ -19,6 +19,6 @@ jobs:
|
||||||
- name: autogen
|
- name: autogen
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
- name: configure
|
- name: configure
|
||||||
run: CC=/usr/bin/gcc ./configure
|
run: ./configure CC=/usr/bin/gcc
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,6 +19,8 @@ common/lib/Makefile.in
|
||||||
compile
|
compile
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
config.guess
|
||||||
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
|
|
Loading…
Reference in a new issue