Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b83e6418 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

CI: Use basolute path for cargo binary

parent 651d840f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!194WINDOW: use mpv_observe_property for deprecated MPV_EVENTs
Pipeline #3299 en échec
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
- chmod +x ./rustup.sh - chmod +x ./rustup.sh
- ./rustup.sh -y --default-toolchain beta - ./rustup.sh -y --default-toolchain beta
- source ~/.cargo/env - source $HOME/.cargo/env
script: script:
- ~/.cargo/bin/cargo build --manifest-path src/rust/liblektor-rs/Cargo.toml - $HOME/.cargo/bin/cargo build --manifest-path src/rust/liblektor-rs/Cargo.toml
- ~/.cargo/bin/cargo build --manifest-path src/rust/amadeus-rs/Cargo.toml - $HOME/.cargo/bin/cargo build --manifest-path src/rust/amadeus-rs/Cargo.toml
- cmake -Bbuild -DCMAKE_RUST_COMPILER=~/.cargo/bin/cargo -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild - cmake -Bbuild -DCMAKE_RUST_COMPILER=$HOME/.cargo/bin/cargo -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild
variables: variables:
GIT_DEPTH: 3 # No need to clone all the history GIT_DEPTH: 3 # No need to clone all the history
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter