CI: install sudo for testing

This commit is contained in:
zvon 2020-04-17 22:44:29 +02:00
parent f6a45d4504
commit fecceb41a3

View File

@ -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: