mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	forgot to install bundles
This commit is contained in:
		
							parent
							
								
									de0797f073
								
							
						
					
					
						commit
						1ba06cefcc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -24,6 +24,7 @@ addons:
 | 
				
			||||||
    - g++-4.8
 | 
					    - g++-4.8
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
 | 
					  - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
 | 
				
			||||||
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap Homebrew/bundle && brew bundle; fi
 | 
				
			||||||
  - git clone git://github.com/steveicarus/iverilog.git
 | 
					  - git clone git://github.com/steveicarus/iverilog.git
 | 
				
			||||||
  - (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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue