mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Add .circleci/config.yml
This commit is contained in:
		
							
								
								
									
										14
									
								
								.circleci/config.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.circleci/config.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| version: 2.1 | ||||
|  | ||||
| orbs: | ||||
|   # for later | ||||
|   windows: circleci/windows@2.2.0 | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
|     macos: | ||||
|       xcode: 11.3.0 | ||||
|     steps: | ||||
|       - checkout | ||||
|       - run: make | ||||
|       - run: make test | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose