change pipeline to also run on forgejo, add note about move to README
This commit is contained in:
		
							parent
							
								
									c5cd8648ba
								
							
						
					
					
						commit
						2c6c854969
					
				
					 2 changed files with 32 additions and 20 deletions
				
			
		
							
								
								
									
										10
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,6 +9,9 @@ on: | |||
| env: | ||||
|   CARGO_TERM_COLOR: always | ||||
| 
 | ||||
|   # Make sure CI fails on all warnings, including Clippy lints | ||||
|   RUSTFLAGS: "-Dwarnings" | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|  | @ -17,9 +20,16 @@ jobs: | |||
|     steps: | ||||
|       - uses: actions/checkout@v4 | ||||
| 
 | ||||
|       - name: Update repos | ||||
|         run: sudo apt-get update -qq | ||||
|       - name: Install rust toolchain | ||||
|         run: sudo apt-get install -qy cargo rust-clippy | ||||
|       - name: install lzma | ||||
|         run: sudo apt-get update && sudo apt-get install -y liblzma-dev | ||||
| 
 | ||||
|       - name: Run Clippy | ||||
|         run: cargo clippy --all-targets --all-features | ||||
|          | ||||
|       - name: build default features | ||||
|         run: cargo build --all --verbose | ||||
|       - name: build default features -- examples | ||||
|  |  | |||
|  | @ -10,13 +10,15 @@ Display" or "Airport Display". | |||
| This repository contains a library for parsing, encoding and sending packets to this display via UDP in multiple | ||||
| programming languages. | ||||
| 
 | ||||
| This repository will move to [git.berlin.ccc.de/servicepoint/servicepoint-simulator](https://git.berlin.ccc.de/servicepoint/servicepoint-simulator) soon. | ||||
| 
 | ||||
| Take a look at the contained crates for language specific information: | ||||
| 
 | ||||
| | Crate                       | Languages                         | Readme                                                                      | | ||||
| |-----------------------------|-----------------------------------|-------------------------------------------------------------------------| | ||||
| |-----------------------------|-----------------------------------|-----------------------------------------------------------------------------| | ||||
| | servicepoint                | Rust                              | [servicepoint](crates/servicepoint/README.md)                               | | ||||
| | servicepoint_binding_c      | C / C++                           | [servicepoint_binding_c](crates/servicepoint_binding_c/README.md)           | | ||||
| | servicepoint_binding_uniffi | C# / Python / Go / Kotlin / Swift | [servicepoint_binding_cs](crates/servicepoint_binding_uniffi/README.md) | | ||||
| | servicepoint_binding_uniffi | C# / Python / Go / Kotlin / Swift | [servicepoint_binding_uniffi](crates/servicepoint_binding_uniffi/README.md) | | ||||
| 
 | ||||
| ## Projects using the library | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter