Commit f559404 1 parent 0983a21 commit f559404 Copy full SHA for f559404
File tree 8 files changed +5
-184
lines changed
8 files changed +5
-184
lines changed Original file line number Diff line number Diff line change 54
54
echo "Check Haxe version"
55
55
haxe --version
56
56
echo "Switch to dev"
57
- hx- select dev
57
+ hx select dev
58
58
echo "Check Haxe version"
59
59
haxe --version
60
60
echo "Switch to 4.3.4"
@@ -126,7 +126,7 @@ jobs:
126
126
echo "Check Haxe version"
127
127
haxe --version
128
128
echo "Switch to dev"
129
- hx- select dev
129
+ hx select dev
130
130
echo "Check Haxe version"
131
131
haxe --version
132
132
echo "Switch to 4.3.4"
Original file line number Diff line number Diff line change 1
- .haxelib
2
1
releases /
3
2
versions /
4
3
builds /
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,17 +11,13 @@ REM Install base tools
11
11
ECHO F | XCOPY /S /Q /Y /F " extra/haxe.bat" " bin/haxe.bat"
12
12
ECHO F | XCOPY /S /Q /Y /F " extra/haxelib.bat" " bin/haxelib.bat"
13
13
ECHO F | XCOPY /S /Q /Y /F " extra/hx.bat" " bin/hx.bat"
14
- ECHO F | XCOPY /S /Q /Y /F " extra/hx-download.bat" " bin/hx-download.bat"
15
- ECHO F | XCOPY /S /Q /Y /F " extra/hx-select.bat" " bin/hx-select.bat"
16
14
17
15
REM Setup included Haxe version
18
16
MKLINK /D " versions/5.0.0-alpha.1+%HAXE_VER% " " %ROOT% /build/windows64_%HAXE_VER% "
19
17
MKLINK /D " current" " %ROOT% /build/windows64_%HAXE_VER% "
20
18
21
- REM Prebuild tools
19
+ REM Prebuild cli
22
20
%ROOT% /build/windows64_%HAXE_VER% /haxe.exe --cwd %ROOT% build-hx.hxml
23
- %ROOT% /build/windows64_%HAXE_VER% /haxe.exe --cwd %ROOT% build-select.hxml
24
- %ROOT% /build/windows64_%HAXE_VER% /haxe.exe --cwd %ROOT% build-download.hxml
25
21
26
22
ECHO " Please add %ROOT% /bin to your PATH"
27
23
ECHO " Please set HAXE_STD_PATH to %ROOT% /current/std"
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ mkdir -p "$ROOT/releases"
7
7
mkdir -p " $ROOT /versions"
8
8
mkdir -p " $ROOT /bin"
9
9
10
- # Install base tools
10
+ # Install cli launcher
11
11
cp extra/hx bin/
12
- cp extra/hx-download bin/
13
- cp extra/hx-select bin/
14
12
15
13
BUILD_OS=" linux64"
16
14
if [[ " $OSTYPE " == " darwin" * ]]; then
@@ -36,10 +34,8 @@ if ! [ -e "bin/haxelib" ]; then
36
34
ln -s ../current/haxelib bin/haxelib
37
35
fi
38
36
39
- # Prebuild tools
37
+ # Prebuild cli
40
38
HAXE_STD_PATH=" $ROOT /build/${BUILD_OS} _${HAXE_VER} /std/" " $ROOT /build/${BUILD_OS} _${HAXE_VER} /haxe" --cwd " $ROOT " build-hx.hxml
41
- HAXE_STD_PATH=" $ROOT /build/${BUILD_OS} _${HAXE_VER} /std/" " $ROOT /build/${BUILD_OS} _${HAXE_VER} /haxe" --cwd " $ROOT " build-select.hxml
42
- HAXE_STD_PATH=" $ROOT /build/${BUILD_OS} _${HAXE_VER} /std/" " $ROOT /build/${BUILD_OS} _${HAXE_VER} /haxe" --cwd " $ROOT " build-download.hxml
43
39
44
40
echo " Please add $ROOT /bin to your PATH"
45
41
echo " Please set HAXE_STD_PATH to $ROOT /current/std"
You can’t perform that action at this time.
0 commit comments