1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-27 14:36:49 +00:00

Update .travis.yml

This commit is contained in:
Bret Curtis 2020-11-13 16:42:10 +01:00 committed by GitHub
parent e15716eb0c
commit 8b0475037d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ before_install:
- ./CI/before_install.${TRAVIS_OS_NAME}.sh - ./CI/before_install.${TRAVIS_OS_NAME}.sh
before_script: before_script:
- ccache -z - ccache -z
- ./CI/before_script.${TRAVIS_OS_NAME}.sh - ./CI/before_script.${TRAVIS_OS_NAME}.sh
script: script:
- cd ./build - cd ./build
- ${ANALYZE} make -j3; - ${ANALYZE} make -j3;