mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-12-12 12:25:42 +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
|