mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Convert forward slashes to backslashes in .travis.yml
This commit is contained in:
@@ -58,15 +58,15 @@ install:
|
||||
fi
|
||||
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
choco install visualstudio2017-workload-vctools -y;
|
||||
curl -LO https://downloads.sourceforge.net/project/scons/scons-local/3.0.5/scons-local-3.0.5.zip;
|
||||
unzip scons-local-3.0.5.zip;
|
||||
choco install visualstudio2017-workload-vctools -y;
|
||||
fi
|
||||
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
export SCONS="./scons.bat";
|
||||
./build_libs.bat $TARGET;
|
||||
export SCONS=".\scons.bat";
|
||||
.\build_libs.bat $TARGET;
|
||||
else
|
||||
export SCONS="scons";
|
||||
./build_libs.sh $TARGET;
|
||||
|
||||
Reference in New Issue
Block a user