1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-12 08:30:18 +00:00
parent 8714f48ce7
commit d986354d53

View File

@ -10,7 +10,13 @@ build:
# before_script:
# - apt update && apt -y install make autoconf
script:
- ls ./
- ls /etc
- ls /bin
- ls /usr/bin
- cat /etc/lsb-release
- apt-get install -y cmake
- mkdir build; cd build; cmake ../openmw
# artifacts:
# paths:
# - mybinary