CI: install sudo for testing
This commit is contained in:
parent
f6a45d4504
commit
fecceb41a3
@ -37,7 +37,7 @@ linux:codacy:
|
|||||||
needs: []
|
needs: []
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y libsqlite3-dev libcurl4-openssl-dev g++ make build-essential gettext git gcovr
|
- apt install -y libsqlite3-dev libcurl4-openssl-dev g++ make build-essential gettext git gcovr sudo
|
||||||
- export CXX=g++
|
- export CXX=g++
|
||||||
- git submodule update --init rapidjson
|
- git submodule update --init rapidjson
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user