mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-06 10:18:44 -05: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
|