Skip to content
Extraits de code Groupes Projets

CI: add cargo to gitlab-ci

Fermé Elliu a demandé de fusionner fix-compile vers master
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@
.common_build:
.common_build:
before_script:
before_script:
- apt update && apt -y install make libmpv-dev cmake clang clang-format gcc g++ libomp-dev libsdl2-dev libsdl2-image-dev xxd mkvtoolnix libcurl4-openssl-dev libsqlite3-dev manpages man-db
- apt update && apt -y install make libmpv-dev cmake clang clang-format gcc g++ libomp-dev libsdl2-dev libsdl2-image-dev xxd mkvtoolnix libcurl4-openssl-dev libsqlite3-dev manpages man-db cargo
script:
script:
- cmake -Bbuild -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild
- cmake -Bbuild -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild
Chargement en cours