mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-04 08:28:49 +01:00
check conf.h on build server
This commit is contained in:
parent
1330cb7b18
commit
f36c951ddc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
run: sudo apt install -y libcmocka-dev
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: list conf.h for testing
|
||||
run cat src/conf.h
|
||||
- name: build tests
|
||||
run: cd src && touch .accepted && make test
|
||||
- name: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue