mirror of
				https://github.com/fuse-friends/fuse-native
				synced 2025-06-13 12:53:54 +00:00 
			
		
		
		
	wip
This commit is contained in:
		
							parent
							
								
									d195bed59c
								
							
						
					
					
						commit
						93b13bb84d
					
				| @ -23,7 +23,7 @@ before_install: | |||||||
| 
 | 
 | ||||||
| install: | install: | ||||||
| - npm install | - npm install | ||||||
| - sudo ./bin.js configure | - sudo -E npm run configure | ||||||
| 
 | 
 | ||||||
| before_deploy: | before_deploy: | ||||||
| - ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME.tar" | - ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME.tar" | ||||||
|  | |||||||
| @ -7,7 +7,8 @@ | |||||||
|     "install": "node-gyp-build", |     "install": "node-gyp-build", | ||||||
|     "test": "tape test/*.js", |     "test": "tape test/*.js", | ||||||
|     "prebuild": "prebuildify -a --strip", |     "prebuild": "prebuildify -a --strip", | ||||||
|     "prebuild-ia32": "prebuildify -a --strip --arch=ia32" |     "prebuild-ia32": "prebuildify -a --strip --arch=ia32", | ||||||
|  |     "configure": "node bin.js configure" | ||||||
|   }, |   }, | ||||||
|   "gypfile": true, |   "gypfile": true, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user