mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-08 14:09:47 +03:00
Remove Travis CI (explanantion)
The godot-cpp build needs to refer to godot engine binary to extract the latest 3.2 GDNative API. Since godot-cpp has not been updated for 3.2, using any kind of CI will be a lot more effort than just setting up a build script
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,11 +0,0 @@
|
||||
language: cpp
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
script:
|
||||
- "./build_libs_debug.sh && scons platform=x11 target=debug"
|
||||
|
||||
- os: windows
|
||||
script:
|
||||
- "./build_libs_debug.bat & scons platform=windows target=debug"
|
||||
Reference in New Issue
Block a user