mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: updated name hack
This commit is contained in:
@ -14,11 +14,11 @@ cache:
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: BUILDNAME="generate-docs"
|
||||
env: _generate_docs
|
||||
script: "./CI/generate-docs.sh"
|
||||
|
||||
- os: linux
|
||||
env: BUILDNAME="linux-build"
|
||||
env: _linux_build
|
||||
dist: trusty
|
||||
sudo: required
|
||||
services:
|
||||
@ -33,7 +33,7 @@ matrix:
|
||||
- docker exec -it xenial /root/obs-websocket/CI/package-xenial.sh
|
||||
|
||||
- os: osx
|
||||
env: BUILDNAME="macos-build"
|
||||
env: _macos_build
|
||||
osx_image: xcode8.3
|
||||
before_install: "./CI/install-dependencies-osx.sh"
|
||||
script: "./CI/build-osx.sh"
|
||||
|
Reference in New Issue
Block a user