diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2019-01-06 19:53:17 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <ahmad@a3f.at> | 2019-01-06 19:53:17 +0100 |
| commit | 127c44dafef16b4ee588fa348e96931c764ecf30 (patch) | |
| tree | bde807f63e753f951572e531b3cf277f7fd66377 | |
| parent | 4fb3527aa85f95e60b9da01ffa78a3fa9197817e (diff) | |
| download | raylib-127c44dafef16b4ee588fa348e96931c764ecf30.tar.gz raylib-127c44dafef16b4ee588fa348e96931c764ecf30.zip | |
Revert "Update .travis.yml"
This reverts commit 214aa0c1b0d5c766d22bbb1069ecfb3a78373577.
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 3d176523..4b75e19f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,6 @@ before_install: export DONT_TEST=1; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then - MAKE=make; if [[ "$ARCH" == *-android ]]; then export DONT_TEST=1; export RAYLIB_PACKAGE_SUFFIX="-Android-arm64"; @@ -101,12 +100,10 @@ before_install: fi; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then - MAKE=make; export RAYLIB_PACKAGE_SUFFIX="-macOS"; if [ "$INSTALL_GLFW" == "YES" ]; then brew update; brew install glfw; fi; fi - if [ "$TRAVIS_OS_NAME" == "windows" ]; then - MAKE=mingw32-make; export DONT_TEST=1; export RAYLIB_PACKAGE_SUFFIX="-windows"; export CMAKE_ARCH_ARGS='-DPLATFORM=Desktop'; @@ -132,9 +129,9 @@ script: -DUSE_WAYLAND=$WAYLAND -DINCLUDE_EVERYTHING=ON .. - - $RUNNER $MAKE VERBOSE=1 + - $RUNNER make VERBOSE=1 - if [ "$RELEASE" != "NO" ]; then $RUNNER make package; fi - - sudo $RUNNER $MAKE install + - sudo $RUNNER make install - if [ ! "$DONT_TEST" ]; then pkg-config --static --libs raylib; nm -g release/libraylib.a | grep glfwGetProcAddress || (echo "libraylib.a doesn't contain GLFW symbols! Aborting..." && false); |
