Compare commits
	
		
			1 Commits
		
	
	
		
			0a4a3f6911
			...
			af629695a5
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| af629695a5 | 
							
								
								
									
										17
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								.drone.yml
									
									
									
									
									
								
							| @ -9,31 +9,16 @@ concurrency: | ||||
| steps: | ||||
| - name: build | ||||
|   image: rustlang/rust:nightly | ||||
|   volumes: | ||||
|   - name: cache | ||||
|     path: /usr/local/cargo | ||||
|   - name: target-cache | ||||
|     path: /drone/src/target | ||||
|   commands: | ||||
|   - cargo build | ||||
| - name: clippy! | ||||
|   image: rustlang/rust:nightly | ||||
|   volumes: | ||||
|   - name: cache | ||||
|     path: /usr/local/cargo | ||||
|   - name: target-cache | ||||
|     path: /drone/src/target | ||||
|   commands: | ||||
|   - cargo clippy -- --deny warnings | ||||
| - name: test | ||||
|   image: rustlang/rust:nightly | ||||
|   volumes: | ||||
|   - name: cache | ||||
|     path: /usr/local/cargo | ||||
|   - name: target-cache | ||||
|     path: /drone/src/target | ||||
|   commands: | ||||
|   - cargo test | ||||
|   - cargo test --jobs 1 | ||||
| 
 | ||||
| volumes: | ||||
| - name: cache | ||||
|  | ||||
| @ -3,14 +3,10 @@ | ||||
| use networking::serverstate::{ClientId, ServerState}; | ||||
| use entity::gateway::EntityGateway; | ||||
| use entity::account::{UserAccountEntity, NewUserAccountEntity, NewUserSettingsEntity}; | ||||
| use entity::character::{CharacterEntity, NewCharacterEntity, SectionID}; | ||||
| use entity::character::{CharacterEntity, NewCharacterEntity}; | ||||
| use entity::item::{Meseta, BankIdentifier}; | ||||
| use elseware::ship::ship::{ShipServerState, RecvShipPacket}; | ||||
| use maps::room::{Difficulty, Episode}; | ||||
| use drops::{DropTable, ItemDropType}; | ||||
| use maps::area::MapArea; | ||||
| use maps::monster::MonsterType; | ||||
| use maps::object::MapObject; | ||||
| use maps::room::Difficulty; | ||||
| 
 | ||||
| use entity::item; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user