index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threading
/
mutex.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
#!/bin/bash -e
echo
"Preparing for
$TRAVIS_COMMIT_RANGE
"
. util
/
travis
/
common.sh
if
[[ !
-z
"
${CLANG_FORMAT}
"
]];
then
exit
0
fi
needs_compile ||
exit
0
if
[[
$PLATFORM
==
"Unix"
]]
||
[[ !
-z
"
${CLANG_TIDY}
"
]];
then
if
[[
$TRAVIS_OS_NAME
==
"linux"
]]
||
[[ !
-z
"
${CLANG_TIDY}
"
]];
then
install_linux_deps
else
install_macosx_deps
fi
elif
[[
$PLATFORM
==
"Win32"
]];
then
wget http
://
minetest.kitsunemimi.pw
/
mingw-w64-i686_9.2
.0
_ubuntu18.04.
tar
.xz
-O
mingw.
tar
.xz
# buildwin32.sh detects the installed toolchain automatically
sudo
tar
-xaf
mingw.
tar
.xz