Travis, still build master.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-10-30 16:00:04 +01:00
parent 783cf233a5
commit ae36dcbe30
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
language: cpp language: cpp
branches:
only:
- master
matrix: matrix:
include: include:

View file

@ -8,4 +8,4 @@ mkdir -p build
cd build cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DLIBRETRO_COMMON_PATH=../libretro-common .. cmake -DCMAKE_BUILD_TYPE=RELEASE -DLIBRETRO_COMMON_PATH=../libretro-common ..
make -j 4 make