drag-and-drop #14
							
								
								
									
										10
									
								
								.github/workflows/all-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/all-builds.yml
									
									
									
									
										vendored
									
									
								
							@ -38,20 +38,20 @@ jobs:
 | 
				
			|||||||
        if: matrix.os == 'windows-latest'
 | 
					        if: matrix.os == 'windows-latest'
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cmake -B build/ ${{ matrix.cmake }} -DQTK_UPDATE_SUBMODULES=ON -DQTK_DEBUG=OFF
 | 
					          cmake -B build/ ${{ matrix.cmake }} -DQTK_UPDATE_SUBMODULES=ON -DQTK_DEBUG=OFF -DQTK_ENABLE_CCACHE=OFF
 | 
				
			||||||
          cmake --build build/ --config Release
 | 
					          cmake --build build/ --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build Qtk
 | 
					      - name: Build Qtk
 | 
				
			||||||
        if: matrix.os != 'windows-latest'
 | 
					        if: matrix.os != 'windows-latest'
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cmake -B build/ ${{ matrix.cmake }} -DQTK_UPDATE_SUBMODULES=ON -DQTK_DEBUG=OFF
 | 
					          cmake -B build/ ${{ matrix.cmake }} -DQTK_UPDATE_SUBMODULES=ON -DQTK_DEBUG=OFF -DQTK_ENABLE_CCACHE=OFF
 | 
				
			||||||
          cmake --build build/ --config Release -- -j $(nproc)
 | 
					          cmake --build build/ --config Release -- -j $(nproc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Qtk
 | 
					      - name: Install Qtk
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cmake --install build/ --config Release
 | 
					          cmake --install build/ --config Release --prefix=$(pwd)/install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: actions/upload-artifact@v3
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
        if: always()
 | 
					        if: always()
 | 
				
			||||||
@ -130,14 +130,14 @@ jobs:
 | 
				
			|||||||
        if: matrix.os == 'windows-latest'
 | 
					        if: matrix.os == 'windows-latest'
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cmake -B build/ ${{ matrix.cmake }} -DQTK_DEBUG=OFF
 | 
					          cmake -B build/ ${{ matrix.cmake }} -DQTK_DEBUG=OFF -DQTK_ENABLE_CCACHE=OFF
 | 
				
			||||||
          cmake --build build/ --config Release
 | 
					          cmake --build build/ --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build Qtk
 | 
					      - name: Build Qtk
 | 
				
			||||||
        if: matrix.os != 'windows-latest'
 | 
					        if: matrix.os != 'windows-latest'
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cmake -B build/ ${{ matrix.cmake }} -DQTK_DEBUG=OFF
 | 
					          cmake -B build/ ${{ matrix.cmake }} -DQTK_DEBUG=OFF -DQTK_ENABLE_CCACHE=OFF
 | 
				
			||||||
          cmake --build build/ --config Release -- -j $(nproc)
 | 
					          cmake --build build/ --config Release -- -j $(nproc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # TODO: Enable with tag only when done testing
 | 
					  # TODO: Enable with tag only when done testing
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/linting.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linting.yml
									
									
									
									
										vendored
									
									
								
							@ -14,7 +14,7 @@ jobs:
 | 
				
			|||||||
      - name: Install Qt
 | 
					      - name: Install Qt
 | 
				
			||||||
        uses: jurplel/install-qt-action@v2
 | 
					        uses: jurplel/install-qt-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: '6.3.1'
 | 
					          version: '6.5.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Assimp Ubuntu
 | 
					      - name: Install Assimp Ubuntu
 | 
				
			||||||
        run: sudo apt install libassimp-dev
 | 
					        run: sudo apt install libassimp-dev
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user