소스 검색

Install astyle on OSX

master
Thom Wiggers 5 년 전
부모
커밋
00f72102ab
No known key found for this signature in database GPG 키 ID: 1BB0A7CE26E363
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml 파일 보기

@@ -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


불러오는 중...
취소
저장