Sfoglia il codice sorgente

Split cmake and ninja installation.

pull/57/head
Luigi Cruz 3 anni fa
committed by GitHub
parent
commit
3741ac1e0f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      stage4/04-pisdr-system/03-run.sh

+ 2
- 1
stage4/04-pisdr-system/03-run.sh Vedi File

@@ -1,5 +1,6 @@
#!/bin/bash -e

on_chroot << EOF
pip3 install cmake ninja
python3 -m pip install cmake
python3 -m pip install ninja
EOF

Caricamento…
Annulla
Salva