mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
16 lines
283 B
YAML
16 lines
283 B
YAML
language: java
|
|
jdk:
|
|
- openjdk11
|
|
|
|
cache:
|
|
directories:
|
|
- .git/lfs
|
|
git:
|
|
lfs_skip_smudge: true
|
|
|
|
install:
|
|
- git lfs pull
|
|
|
|
before_install:
|
|
grep -v '^#' assets/src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
|