mirror of
https://github.com/libretro/cpp-cheat.git
synced 2024-11-26 18:20:34 +00:00
10 lines
113 B
YAML
10 lines
113 B
YAML
language: cpp
|
|
|
|
install: |
|
|
cd "$TRAVIS_BUILD_DIR"
|
|
./configure -t
|
|
|
|
script: |
|
|
cd "$TRAVIS_BUILD_DIR"
|
|
./test
|