mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	format workflow files
This commit is contained in:
		
							parent
							
								
									69332a7acc
								
							
						
					
					
						commit
						f0a1e58618
					
				
					 7 changed files with 19 additions and 25 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/documentation.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/documentation.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,7 +3,7 @@ name: Documentation | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     tags: |     tags: | ||||||
|       - '*' |       - "*" | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|  | @ -14,7 +14,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -13,7 +13,6 @@ env: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
| 
 |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -21,7 +20,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: build and install library |       - name: build and install library | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -13,7 +13,6 @@ env: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|    |  | ||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -21,7 +20,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -10,7 +10,6 @@ on: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
| 
 |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -18,7 +17,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -10,7 +10,6 @@ on: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
| 
 |  | ||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -18,7 +17,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: Install format dependencies |       - name: Install format dependencies | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -14,7 +14,6 @@ env: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
| 
 |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -22,7 +21,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -13,7 +13,6 @@ env: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
| 
 |  | ||||||
|     runs-on: windows-latest |     runs-on: windows-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|  | @ -21,7 +20,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - uses: actions/cache@v2 |       - uses: actions/cache@v2 | ||||||
|         with: |         with: | ||||||
|           path: '**/cpm_modules' |           path: "**/cpm_modules" | ||||||
|           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} |           key: ${{ runner.os }}-cpm-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} | ||||||
| 
 | 
 | ||||||
|       - name: configure |       - name: configure | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue