Install astyle on OSX

Tento commit je obsažen v:
Thom Wiggers 2019-02-28 15:04:03 +01:00
rodič facc293a21
revize 00f72102ab
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 001BB0A7CE26E363

Zobrazit soubor

@ -8,6 +8,10 @@ matrix:
- pip3 install -r requirements.txt
script:
- "cd test && python3 -m nose --rednose --verbose"
addons:
homebrew:
packages:
- astyle
- name: "MacOS + GCC8"
os: osx
osx_image: xcode10.1
@ -15,6 +19,7 @@ matrix:
addons:
homebrew:
packages:
- astyle
- gcc@8
before_install:
- pip3 install -r requirements.txt