mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Revert to using forward slash in CI script
This commit is contained in:
@@ -66,7 +66,7 @@ install:
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
export SCONS=".\scons.bat";
|
||||
.\build_libs.bat $TARGET;
|
||||
./build_libs.bat $TARGET;
|
||||
else
|
||||
export SCONS="scons";
|
||||
./build_libs.sh $TARGET;
|
||||
|
||||
Reference in New Issue
Block a user