increase number of build cores and remove sudo requirement

release/4.3a0
Varun Agrawal 2020-07-24 11:24:46 -05:00
parent 07364f8616
commit a7afd9da70
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: cpp
cache: ccache
sudo: required
dist: xenial
addons:
@ -33,7 +32,7 @@ stages:
env:
global:
- MAKEFLAGS="-j2"
- MAKEFLAGS="-j3"
- CCACHE_SLOPPINESS=pch_defines,time_macros
# Compile stage without building examples/tests to populate the caches.