Added yes prompt to apt install

This commit is contained in:
Deon George 2019-01-28 21:38:20 +11:00
parent 957494fed8
commit 744580cf22

View File

@ -14,7 +14,7 @@ build:x86_64:
stage: build
script:
- apt-get update
- apt-get install liblua5.3-dev
- apt-get install -y liblua5.3-dev
- cd galacticdynasty; dpkg-buildpackage -us -uc; cd ..
- mkdir build
- ls -al ./
@ -45,7 +45,7 @@ build:armv7l:
stage: build
script:
- apt-get update
- apt-get install liblua5.3-dev
- apt-get install -y liblua5.3-dev
- cd libcl; dpkg-buildpackage -us -uc; cd ..
- mkdir build
- ls -al ./