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
 
@@ -50,12 +50,13 @@ jobs:
 
        unzip opengfx-all.zip
 
        rm -f opengfx-all.zip
 

	
 
    - name: CMake
 
      run: mkdir build && cd build && cmake ..
 

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

	
 
    - name: Test
 
      run: cd build && make -j2 test
 

	
 
@@ -77,12 +78,13 @@ jobs:
 
      with:
 
        vcpkgDirectory: 'c:/vcpkg'
 
        doNotUpdateVcpkg: true
 
        vcpkgArguments: 'liblzma libpng lzo zlib'
 
        vcpkgTriplet: '${{ matrix.arch }}-windows-static'
 

	
 
    - uses: ammaraskar/msvc-problem-matcher@master
 
    - name: 'Build'
 
      uses: lukka/run-cmake@v3
 
      with:
 
        cmakeListsOrSettingsJson: CMakeListsTxtBasic
 
        useVcpkgToolchainFile: true
 
        buildDirectory: '${{ runner.workspace }}/build'
 
@@ -128,11 +130,12 @@ jobs:
 
        unzip opengfx-all.zip
 
        rm -f opengfx-all.zip
 

	
 
    - name: CMake
 
      run: mkdir build && cd build && cmake ..
 

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

	
 
    - name: Test
 
      run: cd build && make -j2 test
0 comments (0 inline, 0 general)