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

Started with CI

parent 56d85168
No related branches found
No related tags found
No related merge requests found
build-job:
stage: build
script: docker/build.sh
\ No newline at end of file
......@@ -2,7 +2,6 @@
git clone https://edugit.org/sdcieo0330/LibAVQt.git
cd LibAVQt
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
cd LibAVQt || exit
mkdir build && (cd build || exit)
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -j4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment