mirror of
https://github.com/pantor/inja.git
synced 2026-04-04 15:18:53 +00:00
update minimum compiler
This commit is contained in:
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@@ -16,14 +16,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
name: [
|
||||
ubuntu-18.04-gcc-5,
|
||||
ubuntu-18.04-gcc-6,
|
||||
ubuntu-18.04-gcc-7,
|
||||
ubuntu-18.04-gcc-8,
|
||||
ubuntu-18.04-gcc-9,
|
||||
ubuntu-20.04-gcc-10,
|
||||
ubuntu-20.04-gcc-11,
|
||||
ubuntu-18.04-clang-3.8,
|
||||
ubuntu-18.04-clang-4.0,
|
||||
ubuntu-18.04-clang-5.0,
|
||||
ubuntu-18.04-clang-6.0,
|
||||
@@ -33,10 +30,6 @@ jobs:
|
||||
ubuntu-20.04-clang-10,
|
||||
ubuntu-20.04-clang-11,
|
||||
ubuntu-20.04-clang-11-no-exceptions,
|
||||
windows-2016-cl,
|
||||
windows-2016-clang-cl,
|
||||
windows-2016-clang,
|
||||
windows-2016-gcc,
|
||||
windows-2019-cl,
|
||||
windows-2019-clang-cl,
|
||||
windows-2019-clang,
|
||||
@@ -49,16 +42,6 @@ jobs:
|
||||
]
|
||||
|
||||
include:
|
||||
- name: ubuntu-18.04-gcc-5
|
||||
os: ubuntu-18.04
|
||||
compiler: gcc
|
||||
version: "5"
|
||||
|
||||
- name: ubuntu-18.04-gcc-6
|
||||
os: ubuntu-18.04
|
||||
compiler: gcc
|
||||
version: "6"
|
||||
|
||||
- name: ubuntu-18.04-gcc-7
|
||||
os: ubuntu-18.04
|
||||
compiler: gcc
|
||||
@@ -84,11 +67,6 @@ jobs:
|
||||
compiler: gcc
|
||||
version: "11"
|
||||
|
||||
- name: ubuntu-18.04-clang-3.8
|
||||
os: ubuntu-18.04
|
||||
compiler: clang
|
||||
version: "3.8"
|
||||
|
||||
- name: ubuntu-18.04-clang-4.0
|
||||
os: ubuntu-18.04
|
||||
compiler: clang
|
||||
@@ -135,26 +113,10 @@ jobs:
|
||||
version: "11"
|
||||
cmake_vars: "-DCMAKE_CXX_FLAGS=-fno-exceptions -DBUILD_TESTING=OFF -DBUILD_BENCHMARK=ON"
|
||||
|
||||
- name: windows-2016-cl
|
||||
os: windows-2016
|
||||
compiler: cl
|
||||
|
||||
- name: windows-2016-clang-cl
|
||||
os: windows-2016
|
||||
compiler: clang-cl
|
||||
|
||||
- name: windows-2016-clang
|
||||
os: windows-2016
|
||||
compiler: clang
|
||||
|
||||
- name: windows-2019-cl
|
||||
os: windows-2019
|
||||
compiler: cl
|
||||
|
||||
- name: windows-2016-gcc
|
||||
os: windows-2016
|
||||
compiler: gcc
|
||||
|
||||
- name: windows-2019-clang-cl
|
||||
os: windows-2019
|
||||
compiler: clang-cl
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: dependencies
|
||||
env:
|
||||
|
||||
6
.github/workflows/single-include.yml
vendored
6
.github/workflows/single-include.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: update single include
|
||||
run: |
|
||||
@@ -17,10 +17,6 @@ jobs:
|
||||
working-directory: ${{runner.workspace}}/inja/single_include/
|
||||
shell: bash
|
||||
run: |
|
||||
pwd
|
||||
ls inja
|
||||
cat inja/inja.hpp
|
||||
cat inja/inja_old.hpp
|
||||
diff inja/inja.hpp inja/inja_old.hpp >/dev/null
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user