File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ matrix:
29
29
NIGHTLY_UPLOAD=0
30
30
31
31
before_script :
32
- - wget https://github. com/sbx320 /premake5-travis/blob/master/premake5?raw=true -O ./premake5 &&
32
+ - wget https://mirror.mtasa. com/bdata /premake5-travis -O ./premake5 &&
33
33
chmod +x ./premake5 &&
34
34
./premake5 gmake &&
35
35
cd Build
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- if [[ " $( uname -m) " == ' x86_64' ]]; then
4
- PREMAKE5=utils/premake5_x64
5
- CONFIG=release_x64
6
- else
7
- PREMAKE5=utils/premake5_x86
3
+ PREMAKE5=utils/premake5
4
+ if [ " $1 " -eq " 32" ]; then
8
5
CONFIG=release_x86
6
+ else
7
+ CONFIG=release_x64
9
8
fi
10
9
11
10
# Clean old build files
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- if [[ " $( uname -m) " == ' x86_64' ]]; then
4
- PREMAKE5=utils/premake5_x64
5
- else
6
- PREMAKE5=utils/premake5_x86
7
- fi
3
+ PREMAKE5=utils/premake5
8
4
9
5
# Install data files
10
6
$PREMAKE5 install_data
You can’t perform that action at this time.
0 commit comments