Add a CI check for ext/Setup
This commit is contained in:
parent
adaff1fc49
commit
12070005d4
Notes:
git
2023-04-26 19:02:54 +00:00
5
.github/workflows/compilers.yml
vendored
5
.github/workflows/compilers.yml
vendored
@ -109,6 +109,8 @@ jobs:
|
||||
shared: disable
|
||||
# check: true
|
||||
|
||||
- { name: ext/Setup }
|
||||
|
||||
# - { name: aarch64-linux-gnu, crosshost: aarch64-linux-gnu, container: crossbuild-essential-arm64 }
|
||||
# - { name: arm-linux-gnueabi, crosshost: arm-linux-gnueabi }
|
||||
# - { name: arm-linux-gnueabihf, crosshost: arm-linux-gnueabihf }
|
||||
@ -248,6 +250,9 @@ jobs:
|
||||
matrix.entry.crosshost || '"${default_cc}${append_cc:+ $append_cc}"'
|
||||
}}
|
||||
--${{ matrix.entry.shared || 'enable' }}-shared
|
||||
- name: Add to ext/Setup # statically link just the etc extension
|
||||
run: mkdir ext && echo etc >> ext/Setup
|
||||
if: ${{ matrix.entry.name == 'ext/Setup' }}
|
||||
- run: make extract-extlibs
|
||||
- run: make incs
|
||||
- run: make showflags
|
||||
|
Loading…
x
Reference in New Issue
Block a user