mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
YAML modification
Temporarily removed clang-9 section
This commit is contained in:
parent
70429f540a
commit
e77729b329
21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
@ -30,25 +30,4 @@ jobs:
|
||||
name: Testfile
|
||||
path: test/etl_tests
|
||||
|
||||
build-clang-9-Linux:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup cmake
|
||||
run: |
|
||||
export CC=clang-9
|
||||
export CXX=clang++-9
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
|
||||
- name: Compile
|
||||
run: make
|
||||
|
||||
- name: Run tests
|
||||
run: ./test/etl_tests
|
||||
|
||||
- name: Save artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Testfile
|
||||
path: test/etl_tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user