Merge branch 'hotfix/clang-9' into development

This commit is contained in:
John Wellbelove 2020-08-08 13:55:46 +01:00
commit b7b47f5cf2

View File

@ -34,19 +34,14 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup cmake
- name: Build and run
run: |
export CC=clang-9
export CXX=clang++-9
cmake -D BUILD_TESTS=ON ./
export CC=clang-9
export CXX=clang++-9
cmake -D BUILD_TESTS=ON ./
make
./test/etl_tests
- name: Compile
run: make
- name: Run tests
run: ./test/etl_tests
- name: Save artifacts
uses: actions/upload-artifact@v2
with: