forked from teamnwah/openmw-tes3coop
Update .gitlab-ci.yml
This commit is contained in:
parent
8714f48ce7
commit
d986354d53
1 changed files with 6 additions and 0 deletions
|
@ -10,7 +10,13 @@ build:
|
||||||
# before_script:
|
# before_script:
|
||||||
# - apt update && apt -y install make autoconf
|
# - apt update && apt -y install make autoconf
|
||||||
script:
|
script:
|
||||||
|
- ls ./
|
||||||
- ls /etc
|
- ls /etc
|
||||||
|
- ls /bin
|
||||||
|
- ls /usr/bin
|
||||||
|
- cat /etc/lsb-release
|
||||||
|
- apt-get install -y cmake
|
||||||
|
- mkdir build; cd build; cmake ../openmw
|
||||||
# artifacts:
|
# artifacts:
|
||||||
# paths:
|
# paths:
|
||||||
# - mybinary
|
# - mybinary
|
||||||
|
|
Loading…
Reference in a new issue