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
|
image: ubuntu:latest
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update
|
||||||
|
- apt install sudo lsb-release -y
|
||||||
- chmod +x configure.sh
|
- chmod +x configure.sh
|
||||||
- ./configure.sh
|
- sudo ./configure.sh
|
||||||
- make install
|
- make install
|
||||||
- make build_chat
|
- make build_chat
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user