mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Use sudo to update pip packages
This commit is contained in:
+2
-10
@@ -1,4 +1,6 @@
|
||||
language: cpp
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
branches:
|
||||
only:
|
||||
@@ -28,27 +30,17 @@ matrix:
|
||||
include:
|
||||
# only build docs on linux
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: false
|
||||
env: DOCS_BUILD=1
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env: LINUX_BUILD=1
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env: LINUX_BUILD=1
|
||||
compiler: clang
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env: LINUX_BUILD=1 RELEASE_BUILD=1
|
||||
compiler: clang
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env: ANDROID_BUILD=1
|
||||
compiler: clang
|
||||
- os: osx
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -ev
|
||||
|
||||
pip install --upgrade pip setuptools
|
||||
pip install Sphinx sphinx-rtd-theme
|
||||
sudo pip install --upgrade pip setuptools
|
||||
sudo pip install Sphinx sphinx-rtd-theme
|
||||
|
||||
Reference in New Issue
Block a user