YAML modification

This commit is contained in:
John Wellbelove 2020-08-03 20:33:47 +01:00
parent 70429f540a
commit cdf660defe

View File

@ -52,3 +52,15 @@ jobs:
with:
name: Testfile
path: test/etl_tests
build-clang-10-osx:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Build and run
run: |
export CC=clang
export CXX=clang++
cmake -D BUILD_TESTS=ON ./
make
./test/etl_tests