Properly set up GCC on OS X
This commit is contained in:
parent
8067df4aa9
commit
9a6787c872
@ -20,9 +20,12 @@ matrix:
|
|||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- astyle
|
- astyle
|
||||||
- gcc@8
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
|
- 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/Cellar/gcc/8.3.0/bin/cpp-8 /usr/local/bin/cpp
|
||||||
- gcc --version
|
- gcc --version
|
||||||
script:
|
script:
|
||||||
- "cd test && python3 -m nose --rednose --verbose"
|
- "cd test && python3 -m nose --rednose --verbose"
|
||||||
|
Loading…
Reference in New Issue
Block a user