mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 11:43:26 -03:00
13 lines
138 B
YAML
13 lines
138 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
os:
|
|
- linux
|
|
- osx
|
|
sudo: false
|
|
before_install:
|
|
- echo $LANG
|
|
- echo $LC_ALL
|
|
script:
|
|
- make -j 4 check
|