installing sudo and lsb-release in gitlab ci
This commit is contained in:
parent
3dc85fe1c5
commit
13555716bf
@ -23,8 +23,9 @@ why2-chat-build:
|
||||
image: ubuntu:latest
|
||||
script:
|
||||
- apt update
|
||||
- apt install sudo lsb-release -y
|
||||
- chmod +x configure.sh
|
||||
- ./configure.sh
|
||||
- sudo ./configure.sh
|
||||
- make install
|
||||
- make build_chat
|
||||
artifacts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user