mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:04:03 +00:00
ci: misc minor fixes
This commit is contained in:
parent
8b8ae265e5
commit
b9c09ef271
2 changed files with 8 additions and 1 deletions
7
.github/workflows/extensions.yml
vendored
7
.github/workflows/extensions.yml
vendored
|
|
@ -42,7 +42,12 @@ jobs:
|
|||
Copy-Item sqlite-amalgamation-3470200\sqlite3.h .
|
||||
Copy-Item sqlite-amalgamation-3470200\sqlite3ext.h .
|
||||
|
||||
- name: Build C files
|
||||
- name: Build C files (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
run: cd extensions && make
|
||||
|
||||
- name: Build C files (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
cd extensions && make
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
$(info OUTPUT=$(OUTPUT))
|
||||
|
||||
all: $(OUTPUT)
|
||||
|
||||
headers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue