mirror of https://github.com/flysand7/ciabatta.git
				
				
				
			change CI scripts in accordance with build script
This commit is contained in:
		
							parent
							
								
									e1b7a84ba6
								
							
						
					
					
						commit
						bbea5423f6
					
				|  | @ -38,4 +38,5 @@ jobs: | |||
|     - name: Build | ||||
|       working-directory: ${{env.GITHUB_WORKSPACE}} | ||||
|       shell: bash | ||||
|       run: ./build.py --mode release --target linux --test tests/hello.c | ||||
|       run: ./build.py -m release -t tests/hello.c | ||||
|       run: ./a | ||||
|  |  | |||
|  | @ -38,4 +38,5 @@ jobs: | |||
|     - name: Build | ||||
|       working-directory: ${{env.GITHUB_WORKSPACE}} | ||||
|       shell: bash | ||||
|       run: ./build.py --mode release --target windows --test tests/hello.c | ||||
|       run: ./build.py -m release -t tests/hello.c | ||||
|       run: ./a | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue