|
8 | 8 | fail-fast: false |
9 | 9 | matrix: |
10 | 10 | name: |
11 | | -# - libcxx-ubuntu18.04-clang8-cxx03 |
12 | | -# - libcxx-ubuntu18.04-clang8-cxx11 |
13 | | - - libcxx-win2019-clang-cxx11 |
14 | | -# - libcxx-macos10.14-xcode11-cxx11 |
| 11 | + - libcxx-ubuntu18.04-clang8-cxx03 |
| 12 | + - libcxx-ubuntu18.04-clang8-cxx11 |
| 13 | + - libcxx-macos10.14-xcode11-cxx11 |
15 | 14 | include: |
16 | 15 | - name: libcxx-ubuntu18.04-clang8-cxx03 |
17 | 16 | os: ubuntu-18.04 |
|
23 | 22 | compiler: clang |
24 | 23 | compiler-version: 8 |
25 | 24 | cxx-std: c++11 |
26 | | - - name: libcxx-win2019-clang-cxx11 |
27 | | - os: windows-2019 |
28 | | - compiler: clang |
29 | | - compiler-version: 8 |
30 | | - cxx-std: c++11 |
31 | 25 | - name: libcxx-macos10.14-xcode11-cxx11 |
32 | 26 | os: macos-10.14 |
33 | 27 | compiler: xcode |
|
62 | 56 | run: ninja -C build check-libcxx |
63 | 57 | # - name: test abilist |
64 | 58 | # run: ninja -C build check-cxx-abilist |
65 | | - |
66 | | - |
67 | | -# test_clang: |
68 | | -# strategy: |
69 | | -# fail-fast: false |
70 | | -# matrix: |
71 | | -# name: |
72 | | -# # - clang-ubuntu18.04-clang8-cxx03 |
73 | | -# # - clang-ubuntu18.04-clang8-cxx11 |
74 | | -# - libcxx-win2019-clang-cxx11 |
75 | | -# # - clang-macos10.14-xcode11-cxx11 |
76 | | -# include: |
77 | | -# - name: clang-ubuntu18.04-clang8 |
78 | | -# os: ubuntu-18.04 |
79 | | -# compiler: clang |
80 | | -# compiler-version: 8 |
81 | | -# - name: clang-ubuntu18.04-clang8 |
82 | | -# os: ubuntu-18.04 |
83 | | -# compiler: clang |
84 | | -# compiler-version: 8 |
85 | | -# - name: libcxx-win2019-clang |
86 | | -# os: windows-2019 |
87 | | -# compiler: clang |
88 | | -# compiler-version: 8 |
89 | | -# - name: libcxx-macos10.14-xcode11 |
90 | | -# os: macos-10.14 |
91 | | -# compiler: xcode |
92 | | -# compiler-version: 11 |
93 | | -# name: ${{ matrix.name }} |
94 | | -# runs-on: ${{ matrix.os }} |
95 | | -# steps: |
96 | | -# - uses: actions/checkout@v1 |
97 | | -# with: |
98 | | -# fetch-depth: 1 |
99 | | -# - name: Install deps |
100 | | -# shell: bash |
101 | | -# run: .github/workflows/utils/install_deps.sh ${{ runner.os }} ${{ matrix.compiler }} ${{ matrix.compiler-version }} |
102 | | -# - name: configure |
103 | | -# run: >- |
104 | | -# mkdir build && |
105 | | -# cd build && |
106 | | -# cmake -GNinja |
107 | | -# -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" |
108 | | -# -DLLVM_USE_LINKER=gold |
109 | | -# -DCMAKE_BUILD_TYPE=Release |
110 | | -# -DLLVM_ENABLE_ASSERTIONS:BOOL=ON |
111 | | -# ../llvm |
112 | | -# - name: build |
113 | | -# run: ninja -C build |
114 | | -# - name: test |
115 | | -# run: ninja -C build check |
116 | | -# - name: test-clang |
117 | | -# run: ninja -C build check-clang |
0 commit comments