Update .gitlab-ci.yml

pull/456/head
Bret Curtis 7 years ago
parent e5dff83e38
commit bc0eb3349b

@ -10,24 +10,22 @@ build:
# before_script:
# - apt update && apt -y install make autoconf
script:
- ls ./
- ls /etc
- ls /bin
- ls /usr/bin
- apt-get update
- apt-cache search cmake
- apt-get install -y cmake
- apt-get install -y libboost-filesystem-dev libboost-program-options-dev libboost-system-dev
- apt-get install -y cmake 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 libopenscenegraph-3.4-dev libmygui-dev libunshield-dev libtinyxml-dev
- apt-get install -y libsdl2-dev libqt4-dev libopenal-dev libopenscenegraph-3.4-dev libunshield-dev libtinyxml-dev
- apt-get install -y libmygui-dev libullet-dev # to be updated to latest below because stretch is too old
- curl http://ftp.us.debian.org/debian/pool/main/b/bullet/libbullet-dev_2.87+dfsg-2_amd64.deb -o libbullet-dev_2.87+dfsg-2_amd64.deb
- curl http://ftp.us.debian.org/debian/pool/main/b/bullet/libbullet2.87_2.87+dfsg-2_amd64.deb -o libbullet2.87_2.87+dfsg-2_amd64.deb
- curl http://ftp.us.debian.org/debian/pool/main/m/mygui/libmygui.ogreplatform0debian1v5_3.2.2+dfsg-1_amd64.deb -o libmygui.ogreplatform0debian1v5_3.2.2+dfsg-1_amd64.deb
- curl http://ftp.us.debian.org/debian/pool/main/m/mygui/libmygui.openglplatform0debian1v5_3.2.2+dfsg-1_amd64.deb -o libmygui.openglplatform0debian1v5_3.2.2+dfsg-1_amd64.deb
- curl http://ftp.us.debian.org/debian/pool/main/m/mygui/libmygui-dev_3.2.2+dfsg-1_amd64.deb -o libmygui-dev_3.2.2+dfsg-1_amd64.deb
- dpkg -i *.deb
- mkdir build; cd build; cmake ../
- make -j4
# artifacts:
# paths:
# - mybinary
artifacts:
paths:
- build
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:

Loading…
Cancel
Save