mirror of
https://github.com/google/brotli.git
synced 2024-11-25 13:00:06 +00:00
14 lines
377 B
YAML
14 lines
377 B
YAML
environment:
|
|
matrix:
|
|
- BUILD_SYSTEM: other
|
|
|
|
build_script:
|
|
- ECHO Building %BUILD_SYSTEM%
|
|
- SET "PATH=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
|
|
- SET "CC=gcc"
|
|
- SET "CFLAGS=-DBROTLI_DEBUG"
|
|
- COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
|
|
- IF [true]==[true] (
|
|
sh -c "make"
|
|
)
|