1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:23:51 +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 /etc
- ls /bin - ls /bin
- ls /usr/bin - ls /usr/bin
- apt-get update
- apt-cache search cmake
- apt-get install -y cmake - apt-get install -y cmake
- mkdir build; cd build; cmake ../ - mkdir build; cd build; cmake ../
# artifacts: # artifacts: