mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added OSX build on Travis
This commit is contained in:
		
							
								
								
									
										9
									
								
								scripts/travis/cmake-osx.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								scripts/travis/cmake-osx.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/bin/sh -eux | ||||
|  | ||||
| URL=https://cmake.org/files/v3.4/cmake-3.4.3-Darwin-x86_64.tar.gz | ||||
|  | ||||
| curl -sS $URL | tar xz -C /tmp --strip 1 | ||||
|  | ||||
| /tmp/CMake.app/Contents/bin/cmake . | ||||
| make | ||||
| make test | ||||
| @@ -1,6 +1,8 @@ | ||||
| #!/bin/sh -eux | ||||
|  | ||||
| curl -sS https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.tar.gz | tar xz -C /tmp --strip 1 | ||||
| URL=https://cmake.org/files/v3.4/cmake-3.4.3-Linux-x86_64.tar.gz | ||||
|  | ||||
| curl -sS $URL | tar xz -C /tmp --strip 1 | ||||
|  | ||||
| /tmp/bin/cmake -DCMAKE_CXX_COMPILER=$CMAKE_CXX_COMPILER . | ||||
| make  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user