mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
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-get update
|
||||||
- apt-cache search cmake
|
- apt-cache search cmake
|
||||||
- apt-get install -y 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 ../
|
- mkdir build; cd build; cmake ../
|
||||||
|
- make -j4
|
||||||
# artifacts:
|
# artifacts:
|
||||||
# paths:
|
# paths:
|
||||||
# - mybinary
|
# - mybinary
|
||||||
|
|
Loading…
Reference in a new issue