1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 19:39:41 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-12 08:41:07 +00:00
parent de1cad86ab
commit 8c4731728c

View file

@ -14,6 +14,8 @@ build:
- ls /etc
- ls /bin
- ls /usr/bin
- apt-get update
- apt-cache search cmake
- apt-get install -y cmake
- mkdir build; cd build; cmake ../
# artifacts: