mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-09 18:09:43 +03:00
Add Travis back in
This commit is contained in:
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
language: cpp
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
script:
|
||||
- "./build_libs.sh Release"
|
||||
- "scons platform=x11 target=release"
|
||||
- "./build_libs.sh Debug"
|
||||
- "scons platform=x11 target=debug"
|
||||
|
||||
- os: windows
|
||||
script:
|
||||
- "./build_libs_debug.bat Release"
|
||||
- "scons platform=windows target=release"
|
||||
- "./build_libs_debug.bat Debug"
|
||||
- "scons platform=windows target=debug"
|
||||
Reference in New Issue
Block a user