mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
travis: oops, forgot to set OSes
This commit is contained in:
parent
f4c36f49db
commit
184ca6517c
@ -61,7 +61,7 @@ jobs:
|
||||
- # ...
|
||||
name: "Build for OSX"
|
||||
cache: ccache
|
||||
os: linux
|
||||
os: osx
|
||||
before_script:
|
||||
- sh scripts/travis_common_deps.sh
|
||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
- # ...
|
||||
name: "Build for Windows MSVC"
|
||||
cache: ccache
|
||||
os: linux
|
||||
os: windows
|
||||
before_script:
|
||||
- sh scripts/travis_common_deps.sh
|
||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user