Sfoglia il codice sorgente

Use brew link to install gcc in a more predictable place

tags/v0.0.1
Thom Wiggers 5 anni fa
parent
commit
eb08730d27
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 1BB0A7CE26E363
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      .travis.yml

+ 3
- 2
.travis.yml Vedi File

@@ -20,11 +20,12 @@ matrix:
homebrew:
packages:
- astyle
- gcc
- gcc@8
before_install:
- pip3 install -r requirements.txt
- brew link gcc
- export PATH="/usr/local/bin:$PATH"
- ln -s /usr/local/Cellar/gcc/8.3.0/bin/gcc-8 /usr/local/bin/gcc
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc
- gcc --version
script:
- "cd test && python3 -m nose --rednose --verbose"


Caricamento…
Annulla
Salva