mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-16 19:06:18 +00:00
Disable OSX in .travis.yml
This commit is contained in:
parent
9a038861c8
commit
104b9dc96b
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ before_install:
|
||||||
- (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install)
|
- (cd iverilog && autoconf && ./configure --prefix=$HOME/iverilog && make && make install)
|
||||||
- export PATH=$PATH:$HOME/iverilog/bin
|
- export PATH=$PATH:$HOME/iverilog/bin
|
||||||
compiler:
|
compiler:
|
||||||
# - clang
|
# - clang
|
||||||
- gcc
|
- gcc
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
# - osx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue