Skip to content

Commit

Permalink
e Simplify clang-13 build
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Feb 22, 2022
1 parent aadbf1d commit ef34adb
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .github/workflows/clang13-temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,17 @@ on:

jobs:

Linux:
Linux-Clang13:
# if: false # Disable this platform temporarily
runs-on: ubuntu-${{ matrix.os-version }}
strategy:
fail-fast: false
matrix:
include:
- job-name: 'clang13'
os-version: '20.04'
c-compiler: 'clang-13'
cxx-compiler: 'clang++-13'
generator: '"Unix Makefiles"'
relative_build_dir_path: ''

name: Linux ${{ matrix.job-name }}
runs-on: ubuntu-latest

name: Linux Clang13
env:
BUILD_PATH: ${{ github.workspace }}/${{ matrix.relative_build_dir_path }}build_space
CC: ${{ matrix.c-compiler }}
CXX: ${{ matrix.cxx-compiler }}
BUILD_PATH: ${{ github.workspace }}/build_space
CC: clang-13
CXX: clang++-13
steps:
- uses: actions/checkout@master
- uses: seanmiddleditch/gha-setup-ninja@v3
if: contains(matrix.generator, 'Ninja')

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
Expand Down

0 comments on commit ef34adb

Please sign in to comment.