mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-13 10:04:04 +01:00
286f7c643f
When this option is enabled all png images will be converted to PNG-8 (8 bit per pixel).
18 lines
444 B
YAML
18 lines
444 B
YAML
matrix:
|
|
include:
|
|
- os: linux
|
|
language: java
|
|
jdk: oraclejdk9
|
|
env: CFLAGS="-fPIC"
|
|
install: true
|
|
script: make java
|
|
- os: linux
|
|
language: rust
|
|
script: cargo build --verbose --all && cargo test --verbose --all
|
|
- os: linux
|
|
language: generic
|
|
script: make static
|
|
- os: linux
|
|
language: generic
|
|
script: ./configure --prefix=/tmp && make libimagequant.so && make install
|