diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2019-01-06 19:50:35 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <ahmad@a3f.at> | 2019-01-06 20:42:51 +0100 |
| commit | d3a46cc9d447b161f52e63ab81a7f10841792a0e (patch) | |
| tree | 7ff3937f8f08cc374cb5d29c39bc8388c12fbe70 /src/external/lua/include | |
| parent | 127c44dafef16b4ee588fa348e96931c764ecf30 (diff) | |
| download | raylib-d3a46cc9d447b161f52e63ab81a7f10841792a0e.tar.gz raylib-d3a46cc9d447b161f52e63ab81a7f10841792a0e.zip | |
Travis CI: s/make/cmake --build/ for msvc compatibility
CMake defaults to generating a Visual Studio build on Windows,
which doesn't involve make. Thus use cmake --build to abstract
that detail away. We already do that in the appveyor.yml.
The install line is a bit hacky: cmake might not be in the search
path when using sudo, thus use "$(which cmake)" to get the path,
sudo doesn't seem to be available on the Travis CI windows
environment, so use $(which sudo) without quotes to expand to
nothing if that's the case...
Diffstat (limited to 'src/external/lua/include')
0 files changed, 0 insertions, 0 deletions
