forked from mirror/openmw-tes3mp
Update .gitlab-ci.yml
This commit is contained in:
parent
8c4731728c
commit
20d8a424d6
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@ build:
|
|||
- apt-get update
|
||||
- apt-cache search cmake
|
||||
- apt-get install -y cmake
|
||||
- apt-get install -y libunshield-dev libtinyxml-dev
|
||||
- apt-get install -y libboost-filesystem-dev libboost-program-options-dev libboost-system-dev
|
||||
- apt-get install -y libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev
|
||||
- apt-get install -y libsdl2-dev libqt4-dev libopenal-dev
|
||||
- apt-get install -y libbullet-dev libopenscenegraph-3.4-dev libmygui-dev
|
||||
- mkdir build; cd build; cmake ../
|
||||
- make -j4
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - mybinary
|
||||
|
|
Loading…
Reference in a new issue