mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
10 lines
107 B
YAML
10 lines
107 B
YAML
language: cpp
|
|
|
|
before_install:
|
|
- git submodule update --init
|
|
|
|
script:
|
|
- cmake .
|
|
- make
|
|
- make test
|