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