Keep fixing issues with the Mac build script
This commit is contained in:
		
							parent
							
								
									200008fd81
								
							
						
					
					
						commit
						f05c3defcf
					
				@ -1,9 +1,10 @@
 | 
				
			|||||||
language: cpp
 | 
					language: cpp
 | 
				
			||||||
os: osx
 | 
					os: osx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					addons:
 | 
				
			||||||
    - brew update
 | 
					    homebrew:
 | 
				
			||||||
    - brew install qt5
 | 
					        packages:
 | 
				
			||||||
 | 
					            - qt5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
    # XXX: please chmod +x the shell script.
 | 
					    # XXX: please chmod +x the shell script.
 | 
				
			||||||
 | 
				
			|||||||
@ -16,7 +16,7 @@ mkdir discord-rpc
 | 
				
			|||||||
cd discord-rpc
 | 
					cd discord-rpc
 | 
				
			||||||
curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip -o discord_rpc_osx.zip
 | 
					curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-osx.zip -o discord_rpc_osx.zip
 | 
				
			||||||
unzip discord_rpc_osx.zip
 | 
					unzip discord_rpc_osx.zip
 | 
				
			||||||
cp discord-rpc/osx-dynamic/lib/libdiscord-rpc.a ../lib
 | 
					cp discord-rpc/osx-static/lib/libdiscord-rpc.a ../lib
 | 
				
			||||||
cd ..
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir qtapng
 | 
					mkdir qtapng
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user