Changeset - r24369:707ab014e491
[Not reviewed]
master
0 1 0
Charles Pigott - 4 years ago 2020-10-03 15:20:06
charlespigott@googlemail.com
Add: [Actions] Add problem matchers for CI platforms
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -53,6 +53,7 @@ jobs:
 
    - name: CMake
 
      run: mkdir build && cd build && cmake ..
 

	
 
    - uses: ammaraskar/gcc-problem-matcher@master
 
    - name: Build
 
      run: cd build && make -j2
 

	
 
@@ -80,6 +81,7 @@ jobs:
 
        vcpkgArguments: 'liblzma libpng lzo zlib'
 
        vcpkgTriplet: '${{ matrix.arch }}-windows-static'
 

	
 
    - uses: ammaraskar/msvc-problem-matcher@master
 
    - name: 'Build'
 
      uses: lukka/run-cmake@v3
 
      with:
 
@@ -131,6 +133,7 @@ jobs:
 
    - name: CMake
 
      run: mkdir build && cd build && cmake ..
 

	
 
    - uses: ammaraskar/gcc-problem-matcher@master
 
    - name: Build
 
      run: cd build && make -j2
 

	
0 comments (0 inline, 0 general)