Skip to content
Snippets Groups Projects
Commit a438ee1f authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Update .gitlab-ci.yml file

parent 72b12d3f
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,5 @@ build-container:
- apt install -y software-properties-common
- add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt update
- apt install -y libswscale-dev libswresample-dev libpostproc-dev libavutil-dev libavresample-dev libavformat-dev libavfilter-extra libavfilter-dev libavdevice-dev libavcodec-extra libavcodec-dev ffmpeg git cmake libvulkan-dev gcc-10 gcc-10-base gcc-10-doc g++-10 libopenal-dev
- ls -lh
- mkdir build && cd build
- cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -j4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment