mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +00:00 
			
		
		
		
	Build for iOS
This commit is contained in:
		
							
								
								
									
										38
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										38
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -60,22 +60,22 @@ jobs: | |||||||
|      - run: cp lib/dummy_dsn.dart lib/dsn.dart |      - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||||
|      - run: flutter build apk --debug |      - run: flutter build apk --debug | ||||||
|    |    | ||||||
|   #ios: |   ios: | ||||||
|   #  runs-on: macos-latest |    runs-on: macos-latest | ||||||
|   # |    | ||||||
|   #  steps: |    steps: | ||||||
|   #  - name: Checkout code |    - name: Checkout code | ||||||
|   #    uses: actions/checkout@v2 |      uses: actions/checkout@v2 | ||||||
|   #    with: |      with: | ||||||
|   #      submodules: recursive |        submodules: recursive | ||||||
|   #  - name: Setup Java |    - name: Setup Java | ||||||
|   #    uses: actions/setup-java@v1 |      uses: actions/setup-java@v1 | ||||||
|   #    with: |      with: | ||||||
|   #      java-version: '12.x' |        java-version: '12.x' | ||||||
|   #  - name: Setup Flutter |    - name: Setup Flutter | ||||||
|   #    uses: subosito/flutter-action@v1 |      uses: subosito/flutter-action@v1 | ||||||
|   #    with: |      with: | ||||||
|   #      flutter-version: '2.2.3' |        flutter-version: '2.10.3' | ||||||
|   #  - run: flutter pub get |    - run: flutter pub get | ||||||
|   #  - run: cp lib/dummy_dsn.dart lib/dsn.dart |    - run: cp lib/dummy_dsn.dart lib/dsn.dart | ||||||
|   #  - run: flutter build ios --release --no-codesign |    - run: flutter build ios --release --no-codesign | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user